summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socks
diff options
context:
space:
mode:
authorAlex Wied <centromere@users.noreply.github.com>2022-08-24 22:34:16 -0400
committerAlex Wied <centromere@users.noreply.github.com>2022-08-24 22:34:16 -0400
commit6c0348fe8760352e8fe9e2ea7182cf70b200e156 (patch)
treea3f7f0312ed1d1691b2e19c0804e8f177c3a7b9a /pkgs/development/python-modules/python-socks
parent792480bda3f94f585e691efe8c92a751833af3fb (diff)
python3Packages.python-socks: Fix sandboxed build on Darwin
Diffstat (limited to 'pkgs/development/python-modules/python-socks')
-rw-r--r--pkgs/development/python-modules/python-socks/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-socks/default.nix b/pkgs/development/python-modules/python-socks/default.nix
index 5254a6cbab25..b0d0fbd36616 100644
--- a/pkgs/development/python-modules/python-socks/default.nix
+++ b/pkgs/development/python-modules/python-socks/default.nix
@@ -19,6 +19,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.6.1";
+ __darwinAllowLocalNetworking = true;
+
src = fetchFromGitHub {
owner = "romis2012";
repo = pname;