pkgs.pkgconfig -> pkgs.pkg-config

This commit is contained in:
2022-12-12 15:36:13 +01:00
parent 0dfe1e1d87
commit 7b14238984

View File

@@ -194,13 +194,13 @@ pkgs: oldpkgs: {
libraries ? {}
}: text: pkgs.runCommand name {
inherit text;
buildInputs = [ pkgs.pkgconfig ] ++ attrValues libraries;
buildInputs = [ pkgs.pkg-config ] ++ attrValues libraries;
passAsFile = [ "text" ];
} /* sh */ ''
PATH=${makeBinPath [
pkgs.binutils-unwrapped
pkgs.coreutils
pkgs.pkgconfig
pkgs.pkg-config
pkgs.stdenv.cc
]}
exe=$out${destination}