Revert "patch sbcl-bootstrap for purity"
This reverts commit 06eab94f16
.
It doesn't even evaluate on Linux and the author doesn't react.
This commit is contained in:
parent
fb1e994c0c
commit
c49cae6803
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue