* stdenv-nix-linux should more-or-less work again now.

svn path=/nixpkgs/trunk/; revision=826
This commit is contained in:
Eelco Dolstra
2004-03-09 17:16:02 +00:00
parent ab73ec398b
commit a1b3ae0c81
19 changed files with 79 additions and 90 deletions
+2 -3
View File
@@ -3,15 +3,14 @@
(import ../generic) {
name = "stdenv-native";
preHook = ./prehook.sh;
postHook = ./posthook.sh;
initialPath = "/usr/local /usr /";
inherit stdenv;
gcc = (import ../../build-support/gcc-wrapper) {
inherit stdenv;
name = "gcc-native";
isNative = true;
gcc = "/usr";
nativePrefix = "/usr";
inherit stdenv;
};
}