3
0
Fork 0
forked from mirrors/nixpkgs

Set HOME for SBCL tests

svn path=/nixpkgs/trunk/; revision=22870
This commit is contained in:
Michael Raskin 2010-08-02 11:37:23 +00:00
parent 70c6ab18a3
commit 76cef7e1b2

View file

@ -19,6 +19,8 @@ rec {
setVars = a.fullDepEntry (''
export INSTALL_ROOT=$out
mkdir test-home
export HOME=$PWD/test-home
'') ["minInit"];
setVersion = a.fullDepEntry (''