Skip to content

Commit 81c2eef

Browse files
authored
wget: fix build on sandboxed Darwin (#343815)
2 parents a67d858 + 57861b1 commit 81c2eef

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)