* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"

stdenv.

svn path=/nixpkgs/trunk/; revision=12147
This commit is contained in:
Eelco Dolstra
2008-06-18 15:09:13 +00:00
parent aab9aee56e
commit 7bf0c5ba01
14 changed files with 122 additions and 173 deletions
+2 -1
View File
@@ -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;