python3Packages.python-socks: Fix sandboxed build on Darwin
This commit is contained in:
@@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||
|
||||
disabled = pythonOlder "3.6.1";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "romis2012";
|
||||
repo = pname;
|
||||
|
||||
Reference in New Issue
Block a user