pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -3,7 +3,7 @@
|
||||
, autoreconfHook
|
||||
, bison
|
||||
, flex
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, libuuid
|
||||
, cppunit
|
||||
, protobuf
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "17a3z3zhx00rjk58icd3zlqfw3753f3y8bwy2sza0frdim09lqr4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig perl ];
|
||||
nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ];
|
||||
buildInputs = [ libuuid cppunit protobuf zlib avahi libmicrohttpd python3 ];
|
||||
propagatedBuildInputs = [
|
||||
python3.pkgs.protobuf
|
||||
|
||||
Reference in New Issue
Block a user