pythonPackages.portend: fix darwin build
This commit is contained in:
parent
2a10e8fef5
commit
9d1de74063
@ -24,6 +24,9 @@ buildPythonPackage rec {
|
||||
py.test --deselect=test_portend.py::TestChecker::test_check_port_listening
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Monitor TCP ports for bound or unbound states";
|
||||
homepage = https://github.com/jaraco/portend;
|
||||
|
Loading…
Reference in New Issue
Block a user