mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08: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:
@@ -115,7 +115,7 @@ rec {
|
||||
initialPath = [staticTools] ++ extraPath;
|
||||
inherit fetchurlBoot;
|
||||
forceFetchurlBoot = true;
|
||||
inherit gcc;
|
||||
inherit gcc extraAttrs;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user