* Fix stdenvNative/stdenvNix.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13957
This commit is contained in:
Eelco Dolstra
2009-02-02 15:03:38 +00:00
parent 3e727ebe97
commit 1dee2d3de0
7 changed files with 60 additions and 93 deletions
+1 -2
View File
@@ -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;
}