* 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
+3 -1
View File
@@ -4,7 +4,7 @@ export NIX_DEBUG=1
. $stdenv/setup
#export NIX_CFLAGS_COMPILE="-v $NIX_CFLAGS_COMPILE"
export NIX_ENFORCE_PURITY=1
mkdir $out
mkdir $out/bin
@@ -24,6 +24,8 @@ gcc -L /nix/store/abcd/lib -isystem /usr/lib hello.c -o $out/bin/hello
$out/bin/hello
exit 0
cat > hello2.cc <<EOF
#include <iostream>