Author: eelco
Date: Tue May 15 14:37:24 2012
New Revision: 34110
URL: https://nixos.org/websvn/nix/?rev=34110&sc=1

Log:
* Fix building the tarball in a chroot.

Modified:
   nixpkgs/trunk/pkgs/top-level/make-tarball.nix

Modified: nixpkgs/trunk/pkgs/top-level/make-tarball.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/make-tarball.nix       Tue May 15 14:31:43 
2012        (r34109)
+++ nixpkgs/trunk/pkgs/top-level/make-tarball.nix       Tue May 15 14:37:24 
2012        (r34110)
@@ -42,6 +42,7 @@
 
   checkPhase = ''
     export NIX_DB_DIR=$TMPDIR
+    export NIX_STATE_DIR=$TMPDIR
     nix-store --init
   
     # Run the regression tests in `lib'.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to