* stdenv-nix-linux should more-or-less work again now.
svn path=/nixpkgs/trunk/; revision=826
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user