summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2015-10-16 00:25:24 +0200
committerTomas Hlavaty <tom@logand.com>2015-10-20 22:19:54 +0200
commiteb1784d0e7e50770457052726a5f6e84b2e5fca7 (patch)
treefbea0cd706206bb2f0eb2833b1cdd8cc42b002f8 /pkgs
parent58a9b09f7c89e9d964e294b98b9dd481d87012d9 (diff)
downloadnixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar.gz
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar.bz2
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar.lz
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar.xz
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.tar.zst
nixlib-eb1784d0e7e50770457052726a5f6e84b2e5fca7.zip
sbcl: remove duplicate --core argument
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/sbcl/1.2.0.nix2
-rw-r--r--pkgs/development/compilers/sbcl/1.2.5.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/sbcl/1.2.0.nix b/pkgs/development/compilers/sbcl/1.2.0.nix
index d19edce2c105..975cb7db1bbf 100644
--- a/pkgs/development/compilers/sbcl/1.2.0.nix
+++ b/pkgs/development/compilers/sbcl/1.2.0.nix
@@ -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 = ''
diff --git a/pkgs/development/compilers/sbcl/1.2.5.nix b/pkgs/development/compilers/sbcl/1.2.5.nix
index 6c0fa874f3eb..68ed58b426f6 100644
--- a/pkgs/development/compilers/sbcl/1.2.5.nix
+++ b/pkgs/development/compilers/sbcl/1.2.5.nix
@@ -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 = ''