Fixing the neverball expression: it relied on having a /homeless-shelter

svn path=/nixpkgs/trunk/; revision=18301
This commit is contained in:
Lluís Batlle i Rossell 2009-11-08 22:35:19 +00:00
parent 29b28dc3bb
commit 96b4174b5a

View file

@ -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