1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

* Oops, because we didn't pass extraAttrs, the glibc from the

bootstrap wasn't recycled in the final allPackages, causing an
  additional glibc to be built for packages that explicitly depend on
  glibc.

svn path=/nixpkgs/trunk/; revision=12200
This commit is contained in:
Eelco Dolstra 2008-06-27 14:33:09 +00:00
parent e9ce89d0f5
commit eef2cd2f81

View file

@ -115,7 +115,7 @@ rec {
initialPath = [staticTools] ++ extraPath;
inherit fetchurlBoot;
forceFetchurlBoot = true;
inherit gcc;
inherit gcc extraAttrs;
};