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;
|
inherit pname sha256 version;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A web framework and asynchronous networking library";
|
description = "A web framework and asynchronous networking library";
|
||||||
homepage = http://www.tornadoweb.org/;
|
homepage = http://www.tornadoweb.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user