Skip to content

Commit 57861b1

Browse files
committed
wget: fix build on sandboxed Darwin
The tests depend on local network access: https://gist.github.com/al3xtjames/3b16d74fa83094d34764ceca36f9ebec
1 parent 30be25c commit 57861b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/tools/networking/wget/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
4040
"--without-included-regex"
4141
];
4242

43+
__darwinAllowLocalNetworking = true;
4344
doCheck = true;
4445
preCheck = ''
4546
patchShebangs tests fuzz

0 commit comments

Comments
 (0)