* 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:
Eelco Dolstra
2004-03-11 17:26:14 +00:00
parent a1b3ae0c81
commit de13527000
34 changed files with 162 additions and 131 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
gcc = (import ../../build-support/gcc-wrapper) {
name = "gcc-native";
isNative = true;
nativeTools = true;
nativeGlibc = true;
nativePrefix = "/usr";
inherit stdenv;
};
+2
View File
@@ -1 +1,3 @@
export SHELL=/bin/sh
export NIX_ENFORCE_PURITY=