python310Packages.flower: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni 2023-07-09 17:45:15 -07:00
parent 7ac2d7d454
commit 31e4604256
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
tornado
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
];