forked from mirrors/nixpkgs
Fixing the neverball expression: it relied on having a /homeless-shelter
svn path=/nixpkgs/trunk/; revision=18301
This commit is contained in:
parent
29b28dc3bb
commit
96b4174b5a
|
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
|||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
||||
'';
|
||||
|
||||
# The map generation code requires a writable HOME
|
||||
preConfigure = "export HOME=$TMPDIR";
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out/bin $out
|
||||
cp -R data locale $out
|
||||
|
|
Loading…
Reference in a new issue