arpack-mpi: remove unnecessary __darwinAllowLocalNetworking

This commit is contained in:
qbisi
2025-03-15 12:24:17 +08:00
parent 4d1fad5499
commit d98aba8b68
-1
View File
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
# a couple tests fail when run in parallel
doCheck = true;
enableParallelChecking = false;
__darwinAllowLocalNetworking = true;
env = lib.optionalAttrs useAccel {
# Without these flags some tests will fail / segfault when using Accelerate