From 57861b1528791b060812eac6dd62cd916c2bf33b Mon Sep 17 00:00:00 2001 From: Alex James Date: Sun, 22 Sep 2024 16:57:54 -0500 Subject: [PATCH] wget: fix build on sandboxed Darwin The tests depend on local network access: https://gist.github.com/al3xtjames/3b16d74fa83094d34764ceca36f9ebec --- pkgs/tools/networking/wget/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/wget/default.nix b/pkgs/tools/networking/wget/default.nix index 0fbdd80332be..f2681f2a39fa 100644 --- a/pkgs/tools/networking/wget/default.nix +++ b/pkgs/tools/networking/wget/default.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation rec { "--without-included-regex" ]; + __darwinAllowLocalNetworking = true; doCheck = true; preCheck = '' patchShebangs tests fuzz