about summary refs log tree commit diff
path: root/pkgs/development/python-modules/httpx-socks
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-01 00:01:21 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-04 14:30:05 -0700
commit166ff8fe1f7e9fd3fc5322dc2893105e5e790704 (patch)
tree28771c65de253722703d3be2e7b9bebd886e60e0 /pkgs/development/python-modules/httpx-socks
parent09f5e7d840154e63b710ece7c66a4d4a130b14d3 (diff)
treewide: fix sandbox darwin build
Diffstat (limited to 'pkgs/development/python-modules/httpx-socks')
-rw-r--r--pkgs/development/python-modules/httpx-socks/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/httpx-socks/default.nix b/pkgs/development/python-modules/httpx-socks/default.nix
index 996db8ec1b301..992ddf1c69327 100644
--- a/pkgs/development/python-modules/httpx-socks/default.nix
+++ b/pkgs/development/python-modules/httpx-socks/default.nix
@@ -54,6 +54,8 @@ buildPythonPackage rec {
     ];
   };
 
+  __darwinAllowLocalNetworking = true;
+
   nativeCheckInputs = [
     flask
     hypercorn