pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchgit, libgtop, xmessage, which, pkgconfig }:
|
||||
{ lib, stdenv, fetchgit, libgtop, xmessage, which, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "das_watchdog";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "02y1vfb3wh4908xjj1kpyf8kgxk29x8dw7yl3pnl220qz2gi99vr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libgtop xmessage which ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user