all-packages: Remove obsolete comment on pkg-config

Thanks to @orivej for noticing this.
This commit is contained in:
John Ericson 2017-09-30 13:22:25 -04:00
parent 7f831ef05e
commit 64c3a2e98a

View File

@ -7376,12 +7376,6 @@ with pkgs;
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 {
fetchurl = fetchurlBoot;
};