pkgs/applications: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 47e997598c
commit 5d566c43b4
371 changed files with 755 additions and 755 deletions
+2 -2
View File
@@ -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