about summary refs log tree commit diff
path: root/pkgs/test/simple/builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-09 17:16:02 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-09 17:16:02 +0000
commita1b3ae0c8121b932beeceb46bef816bdb2a9f180 (patch)
tree133e900166190bea4d12ac38a6f82319f6e4eccf /pkgs/test/simple/builder.sh
parentab73ec398bb3b0baac73196df2b8bbcf6171cb56 (diff)
* stdenv-nix-linux should more-or-less work again now. backups/martin@828
svn path=/nixpkgs/trunk/; revision=826
Diffstat (limited to 'pkgs/test/simple/builder.sh')
-rwxr-xr-xpkgs/test/simple/builder.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/test/simple/builder.sh b/pkgs/test/simple/builder.sh
index 282fc520bd1f7..58bf16c43b342 100755
--- a/pkgs/test/simple/builder.sh
+++ b/pkgs/test/simple/builder.sh
@@ -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>