mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Set HOME for SBCL tests
svn path=/nixpkgs/trunk/; revision=22870
This commit is contained in:
parent
70c6ab18a3
commit
76cef7e1b2
@ -19,6 +19,8 @@ rec {
|
||||
|
||||
setVars = a.fullDepEntry (''
|
||||
export INSTALL_ROOT=$out
|
||||
mkdir test-home
|
||||
export HOME=$PWD/test-home
|
||||
'') ["minInit"];
|
||||
|
||||
setVersion = a.fullDepEntry (''
|
||||
|
Loading…
Reference in New Issue
Block a user