pkgconfig is now pkg-config

This commit is contained in:
Daniel Barlow
2023-09-21 12:25:35 +01:00
parent 8d356890b0
commit 119d6ad379
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ let
hardeningDisable = ["all"];
nativeBuildInputs = [buildPackages.stdenv.cc] ++
(with buildPackages.pkgs;
[bc bison flex pkgconfig openssl
[bc bison flex pkg-config openssl
which kmod cpio
]);
inherit CC CROSS_COMPILE;