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