python3Packages.python-socks: Fix sandboxed build on Darwin

This commit is contained in:
Alex Wied
2022-08-24 22:34:16 -04:00
parent 792480bda3
commit 6c0348fe87
@@ -19,6 +19,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.6.1";
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {
owner = "romis2012";
repo = pname;