* 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 -4
View File
@@ -22,8 +22,6 @@ import ../generic {
shell = pkgs.bash + "/bin/sh";
fetchurlBoot = import ../../build-support/fetchurl {
inherit stdenv;
curl = pkgs.curl;
};
fetchurlBoot = stdenv.fetchurlBoot;
forceFetchurlBoot = false;
}