mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python310Packages.pyrainbird: allow binding to localhost on darwin
This commit is contained in:
parent
598cabfc17
commit
38145de4f3
|
@ -52,6 +52,8 @@ buildPythonPackage rec {
|
|||
requests
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
freezegun
|
||||
parameterized
|
||||
|
|
Loading…
Reference in a new issue