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:
parent
e9ce89d0f5
commit
eef2cd2f81
|
@ -115,7 +115,7 @@ rec {
|
|||
initialPath = [staticTools] ++ extraPath;
|
||||
inherit fetchurlBoot;
|
||||
forceFetchurlBoot = true;
|
||||
inherit gcc;
|
||||
inherit gcc extraAttrs;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue