summary refs log tree commit diff
path: root/pkgs/development/compilers/sbcl
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-15 21:30:35 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-15 21:31:51 +0200
commitc49cae68039d6eeb1f0d2743ac280bc27fe22e40 (patch)
tree21dd5b54d339c2c6d47d1f083a2f5db019ec6be0 /pkgs/development/compilers/sbcl
parentfb1e994c0c48054ad1b78149ed07d33c4254f6eb (diff)
downloadnixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar.gz
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar.bz2
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar.lz
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar.xz
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.tar.zst
nixlib-c49cae68039d6eeb1f0d2743ac280bc27fe22e40.zip
Revert "patch sbcl-bootstrap for purity"
This reverts commit 06eab94f1603620944dfcc6c64b5af8c194db75f.
It doesn't even evaluate on Linux and the author doesn't react.
Diffstat (limited to 'pkgs/development/compilers/sbcl')
-rw-r--r--pkgs/development/compilers/sbcl/bootstrap.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/sbcl/bootstrap.nix b/pkgs/development/compilers/sbcl/bootstrap.nix
index f9b95b575b5f..43002aa72f57 100644
--- a/pkgs/development/compilers/sbcl/bootstrap.nix
+++ b/pkgs/development/compilers/sbcl/bootstrap.nix
@@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
   installPhase = ''
     mkdir -p $out/bin
     cp -p src/runtime/sbcl $out/bin
-    install_name_tool -change /usr/lib/libgcc_s.1.dylib ${stdenv.libc}/lib/libgcc_s.10.5.dylib $out/bin/sbcl
 
     mkdir -p $out/share/sbcl
     cp -p src/runtime/sbcl $out/share/sbcl