pythonPackages.tornado: fix darwin sandbox build

The tests need localhost networking.
This commit is contained in:
Daiderd Jordan 2019-02-12 23:54:54 +01:00 committed by Frederik Rietdijk
parent b0e2f24050
commit 563b491ce8
1 changed files with 2 additions and 0 deletions

View File

@ -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/;