wormhole-william: allow local networking in darwin sandbox

This is needed for the tests to pass with the sandbox enabled.

+2
+2
pkgs/tools/networking/wormhole-william/default.nix
··· 13 14 vendorHash = "sha256-oJz7HgtjuP4ooXdpofIKaDndGg4WqVZgbT8Yb1AyaMs="; 15 16 preCheck = '' 17 # wormhole_test.go:692: failed to establish connection 18 substituteInPlace wormhole/wormhole_test.go \
··· 13 14 vendorHash = "sha256-oJz7HgtjuP4ooXdpofIKaDndGg4WqVZgbT8Yb1AyaMs="; 15 16 + __darwinAllowLocalNetworking = true; 17 + 18 preCheck = '' 19 # wormhole_test.go:692: failed to establish connection 20 substituteInPlace wormhole/wormhole_test.go \