pythonPackages.waitress: make it build with darwin sandbox
This commit is contained in:
@@ -31,6 +31,9 @@ buildPythonPackage rec {
|
||||
"test_service_port"
|
||||
];
|
||||
|
||||
# Tests use sockets
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Pylons/waitress";
|
||||
description = "Waitress WSGI server";
|
||||
|
||||
Reference in New Issue
Block a user