mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
pyzmq: fix darwin build
This commit is contained in:
@@ -32,4 +32,7 @@ buildPythonPackage rec {
|
||||
and not test_on_recv_wake \
|
||||
and not test_monitor"
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user