Skip to content

Commit

Permalink
wget: fix build on sandboxed Darwin (#343815)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 23, 2024
2 parents a67d858 + 57861b1 commit 81c2eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/networking/wget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
"--without-included-regex"
];

__darwinAllowLocalNetworking = true;
doCheck = true;
preCheck = ''
patchShebangs tests fuzz
Expand Down

0 comments on commit 81c2eef

Please sign in to comment.