* Fix stdenvNative/stdenvNix.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13957
This commit is contained in:
@@ -5,7 +5,7 @@ import ../generic {
|
||||
preHook = ./prehook.sh;
|
||||
initialPath = (import ../common-path.nix) {pkgs = pkgs;};
|
||||
|
||||
inherit stdenv;
|
||||
system = stdenv.system;
|
||||
|
||||
gcc = import ../../build-support/gcc-wrapper {
|
||||
nativeTools = false;
|
||||
@@ -23,5 +23,4 @@ import ../generic {
|
||||
shell = pkgs.bash + "/bin/sh";
|
||||
|
||||
fetchurlBoot = stdenv.fetchurlBoot;
|
||||
forceFetchurlBoot = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user