python3Packages.aligator: enable __darwinAllowLocalNetworking to fix build without sandbox

This commit is contained in:
Gaetan Lepage
2025-12-12 12:49:45 +00:00
parent e2d1c15d2a
commit a053a2e3eb
@@ -50,5 +50,7 @@ toPythonModule (
pythonImportsCheck = [
"aligator"
];
__darwinAllowLocalNetworking = true;
})
)