sbcl: remove duplicate --core argument

This commit is contained in:
Tomas Hlavaty 2015-10-16 00:25:24 +02:00
parent 58a9b09f7c
commit eb1784d0e7
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
sh make.sh clisp --prefix=$out
''
else ''
sh make.sh --prefix=$out --xc-host='${sbclBootstrap}/bin/sbcl --core ${sbclBootstrap}/share/sbcl/sbcl.core --disable-debugger --no-userinit --no-sysinit'
sh make.sh --prefix=$out --xc-host='${sbclBootstrap}/bin/sbcl --disable-debugger --no-userinit --no-sysinit'
'';
installPhase = ''

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
sh make.sh clisp --prefix=$out
''
else ''
sh make.sh --prefix=$out --xc-host='${sbclBootstrap}/bin/sbcl --core ${sbclBootstrap}/share/sbcl/sbcl.core --disable-debugger --no-userinit --no-sysinit'
sh make.sh --prefix=$out --xc-host='${sbclBootstrap}/bin/sbcl --disable-debugger --no-userinit --no-sysinit'
'';
installPhase = ''