* Fix building the tarball in a chroot.
svn path=/nixpkgs/trunk/; revision=34110
This commit is contained in:
parent
c12005ef56
commit
13bcdc5f33
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue