pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, makeWrapper
|
||||
, python
|
||||
, fuse
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, libpcap
|
||||
, zlib
|
||||
}:
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0dap9dqwwx8adma6arxg015riqc86cmjv2m44hk0kz7s24h79ipq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
|
||||
buildInputs =
|
||||
[ fuse libpcap zlib python ];
|
||||
|
||||
Reference in New Issue
Block a user