pkgs.pkgconfig -> pkgs.pkg-config
This commit is contained in:
@@ -194,13 +194,13 @@ pkgs: oldpkgs: {
|
|||||||
libraries ? {}
|
libraries ? {}
|
||||||
}: text: pkgs.runCommand name {
|
}: text: pkgs.runCommand name {
|
||||||
inherit text;
|
inherit text;
|
||||||
buildInputs = [ pkgs.pkgconfig ] ++ attrValues libraries;
|
buildInputs = [ pkgs.pkg-config ] ++ attrValues libraries;
|
||||||
passAsFile = [ "text" ];
|
passAsFile = [ "text" ];
|
||||||
} /* sh */ ''
|
} /* sh */ ''
|
||||||
PATH=${makeBinPath [
|
PATH=${makeBinPath [
|
||||||
pkgs.binutils-unwrapped
|
pkgs.binutils-unwrapped
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.pkgconfig
|
pkgs.pkg-config
|
||||||
pkgs.stdenv.cc
|
pkgs.stdenv.cc
|
||||||
]}
|
]}
|
||||||
exe=$out${destination}
|
exe=$out${destination}
|
||||||
|
|||||||
Reference in New Issue
Block a user