python3Packages.{crocoddyl,aligator}: enable __darwinAllowLocalNetworking to fix build without sandbox (#470136)

This commit is contained in:
Gaétan Lepage
2025-12-12 20:11:42 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -53,5 +53,7 @@ toPythonModule (
pythonImportsCheck = [
"aligator"
];
__darwinAllowLocalNetworking = true;
})
)
@@ -53,5 +53,7 @@ toPythonModule (
pythonImportsCheck = [
"crocoddyl"
];
__darwinAllowLocalNetworking = true;
})
)