pythonPackages.waitress: make it build with darwin sandbox

This commit is contained in:
Olivér Falvai
2025-01-19 09:58:28 +01:00
parent 83efee239f
commit 5b4e52e94c
@@ -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";