From 4c1ccd8a9fc1d45d572de34e76853274aef4e0c8 Mon Sep 17 00:00:00 2001 From: Alex James Date: Sat, 30 Mar 2024 02:07:49 -0500 Subject: [PATCH] wormhole-william: allow local networking in darwin sandbox This is needed for the tests to pass with the sandbox enabled. --- pkgs/tools/networking/wormhole-william/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/networking/wormhole-william/default.nix b/pkgs/tools/networking/wormhole-william/default.nix index e08c0e51a58a..aeecc73e64d9 100644 --- a/pkgs/tools/networking/wormhole-william/default.nix +++ b/pkgs/tools/networking/wormhole-william/default.nix @@ -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 \