* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"
stdenv. svn path=/nixpkgs/trunk/; revision=12147
This commit is contained in:
@@ -114,7 +114,7 @@ rec {
|
||||
shell = bootstrapTools.bash;
|
||||
initialPath = [staticTools] ++ extraPath;
|
||||
inherit fetchurlBoot;
|
||||
extraAttrs = extraAttrs // {fetchurl = fetchurlBoot;};
|
||||
forceFetchurlBoot = true;
|
||||
inherit gcc;
|
||||
};
|
||||
|
||||
@@ -211,6 +211,7 @@ rec {
|
||||
shell = stdenvLinuxBoot3Pkgs.bash + "/bin/sh";
|
||||
|
||||
fetchurlBoot = stdenvLinuxBoot3.fetchurlBoot;
|
||||
forceFetchurlBoot = false;
|
||||
|
||||
extraAttrs = {
|
||||
inherit (stdenvLinuxBoot2Pkgs) binutils /* gcc */ glibc;
|
||||
|
||||
Reference in New Issue
Block a user