1
0
Fork 1
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:
Theodore Ni 2023-07-09 16:37:15 -07:00
parent 598cabfc17
commit 38145de4f3
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -52,6 +52,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
freezegun
parameterized