about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2015-11-30 22:33:44 +0100
committerTomas Hlavaty <tom@logand.com>2015-11-30 22:33:44 +0100
commit058cd04be485807513092473a4b706243a219e45 (patch)
treec5c23f900cb01bb4e575c6b799ca80e1fa05d20d /pkgs
parent6054d1310833d00b7892f4ba946c8c39a0e1976d (diff)
downloadnixlib-058cd04be485807513092473a4b706243a219e45.tar
nixlib-058cd04be485807513092473a4b706243a219e45.tar.gz
nixlib-058cd04be485807513092473a4b706243a219e45.tar.bz2
nixlib-058cd04be485807513092473a4b706243a219e45.tar.lz
nixlib-058cd04be485807513092473a4b706243a219e45.tar.xz
nixlib-058cd04be485807513092473a4b706243a219e45.tar.zst
nixlib-058cd04be485807513092473a4b706243a219e45.zip
Revert "sbcl: cleaner xc-host"
This reverts commit 393f0eecaeadf1a8893a3c9c88ea4304f4a309b8.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/sbcl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix
index ba4378c59351..87cb5e6fcfd2 100644
--- a/pkgs/development/compilers/sbcl/default.nix
+++ b/pkgs/development/compilers/sbcl/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
   '';
 
   buildPhase = ''
-    sh make.sh --prefix=$out --xc-host="${sbclBootstrapHost} --disable-debugger --no-userinit --no-sysinit"
+    sh make.sh --prefix=$out --xc-host="${sbclBootstrapHost}"
   '';
 
   installPhase = ''