sbcl: Remove substitution of mmacosx-verson-min
This substition produces a nixos-build error, because the target string was removed in commit 323891ea5964d54aba2d272ddddbf748ce353176 in 2018. Remove the substition from the `postPatch` phase of `sbcl/common.nix`.
This commit is contained in:
parent
6aa7dbe161
commit
7485a007d9
@ -39,9 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
# Fix the tests
|
# Fix the tests
|
||||||
sed -e '5,$d' -i contrib/sb-bsd-sockets/tests.lisp
|
sed -e '5,$d' -i contrib/sb-bsd-sockets/tests.lisp
|
||||||
sed -e '5,$d' -i contrib/sb-simple-streams/*test*.lisp
|
sed -e '5,$d' -i contrib/sb-simple-streams/*test*.lisp
|
||||||
|
|
||||||
substituteInPlace src/runtime/Config.x86-64-darwin \
|
|
||||||
--replace mmacosx-version-min=10.4 mmacosx-version-min=10.5
|
|
||||||
''
|
''
|
||||||
+ (if purgeNixReferences
|
+ (if purgeNixReferences
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user