open-policy-agent: enable __darwinAllowLocalNetworking
To fix test that requires networking in the darwin sandbox.
This commit is contained in:
@@ -99,6 +99,9 @@ buildGoModule rec {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
# Required for tests that need networking
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "opa";
|
||||
homepage = "https://www.openpolicyagent.org";
|
||||
|
||||
Reference in New Issue
Block a user