python3Packages.crocoddyl: enable __darwinAllowLocalNetworking to fix build without sandbox

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