sbcl: cleaner xc-host

This commit is contained in:
Tomas Hlavaty 2015-10-16 00:26:45 +02:00
parent eb1784d0e7
commit 393f0eecae

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
'';
buildPhase = ''
sh make.sh --prefix=$out --xc-host="${sbclBootstrapHost}"
sh make.sh --prefix=$out --xc-host="${sbclBootstrapHost} --disable-debugger --no-userinit --no-sysinit"
'';
installPhase = ''