* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"
stdenv. svn path=/nixpkgs/trunk/; revision=12147
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user