python310Packages.flower: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni
2023-07-09 19:57:44 -07:00
parent 7ac2d7d454
commit 31e4604256
@@ -33,6 +33,8 @@ buildPythonPackage rec {
tornado
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
];