sbcl: fix test failures in Darwin sandbox
This commit is contained in:
@@ -154,6 +154,10 @@ stdenv.mkDerivation (self: {
|
||||
# Fail intermittently
|
||||
"gc.impure.lisp"
|
||||
"threads.pure.lisp"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Fails in sandbox
|
||||
"sb-posix.impure.lisp"
|
||||
];
|
||||
|
||||
patches =
|
||||
@@ -288,6 +292,8 @@ stdenv.mkDerivation (self: {
|
||||
''
|
||||
);
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Common Lisp compiler";
|
||||
homepage = "https://sbcl.org";
|
||||
|
||||
Reference in New Issue
Block a user