mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
wormhole-william: allow local networking in darwin sandbox
This is needed for the tests to pass with the sandbox enabled.
This commit is contained in:
parent
b6951bf573
commit
4c1ccd8a9f
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ buildGoModule rec {
|
|||
|
||||
vendorHash = "sha256-oJz7HgtjuP4ooXdpofIKaDndGg4WqVZgbT8Yb1AyaMs=";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
preCheck = ''
|
||||
# wormhole_test.go:692: failed to establish connection
|
||||
substituteInPlace wormhole/wormhole_test.go \
|
||||
|
|
Loading…
Reference in a new issue