* Finally got stdenv-nix-linux working again. Still not perfect,
though. * libxml2: upgrade to latest. * octavefront/rna: keep debug info. svn path=/nixpkgs/trunk/; revision=830
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
gcc = (import ../../build-support/gcc-wrapper) {
|
||||
name = "gcc-native";
|
||||
isNative = true;
|
||||
nativeTools = true;
|
||||
nativeGlibc = true;
|
||||
nativePrefix = "/usr";
|
||||
inherit stdenv;
|
||||
};
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
export SHELL=/bin/sh
|
||||
|
||||
export NIX_ENFORCE_PURITY=
|
||||
|
||||
Reference in New Issue
Block a user