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

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
hardeningDisable = ["all"];
nativeBuildInputs = [buildPackages.stdenv.cc] ++
(with buildPackages.pkgs; [
rsync bc bison flex pkgconfig
rsync bc bison flex pkg-config
openssl ncurses.all perl
]);
CC = "${stdenv.cc.bintools.targetPrefix}gcc";