all-packages: Remove obsolete comment on pkg-config
Thanks to @orivej for noticing this.
This commit is contained in:
parent
7f831ef05e
commit
64c3a2e98a
@ -7376,12 +7376,6 @@ with pkgs;
|
|||||||
|
|
||||||
pmccabe = callPackage ../development/tools/misc/pmccabe { };
|
pmccabe = callPackage ../development/tools/misc/pmccabe { };
|
||||||
|
|
||||||
/* Make pkgconfig always return a nativeDrv, never a proper crossDrv,
|
|
||||||
because most usage of pkgconfig as buildInput (inheritance of
|
|
||||||
pre-cross nixpkgs) means using it using as nativeBuildInput
|
|
||||||
cross_renaming: we should make all programs use pkgconfig as
|
|
||||||
nativeBuildInput after the renaming.
|
|
||||||
*/
|
|
||||||
pkgconfig = callPackage ../development/tools/misc/pkgconfig {
|
pkgconfig = callPackage ../development/tools/misc/pkgconfig {
|
||||||
fetchurl = fetchurlBoot;
|
fetchurl = fetchurlBoot;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user