pythonPackages.tornado: fix darwin sandbox build
The tests need localhost networking.
This commit is contained in:
parent
b0e2f24050
commit
563b491ce8
|
@ -42,6 +42,8 @@ buildPythonPackage rec {
|
|||
inherit pname sha256 version;
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "A web framework and asynchronous networking library";
|
||||
homepage = http://www.tornadoweb.org/;
|
||||
|
|
Loading…
Reference in New Issue