mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
* Fix building the tarball in a chroot.
svn path=/nixpkgs/trunk/; revision=34110
This commit is contained in:
parent
c12005ef56
commit
13bcdc5f33
@ -42,6 +42,7 @@ releaseTools.makeSourceTarball {
|
||||
|
||||
checkPhase = ''
|
||||
export NIX_DB_DIR=$TMPDIR
|
||||
export NIX_STATE_DIR=$TMPDIR
|
||||
nix-store --init
|
||||
|
||||
# Run the regression tests in `lib'.
|
||||
|
Loading…
Reference in New Issue
Block a user