python311Packages.irc: enable local networking, unbreak on darwin

This commit is contained in:
Peder Bergebakken Sundt
2024-11-05 20:41:56 +01:00
parent 3e44af0b4a
commit f7a5ca27d8
@@ -39,6 +39,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "irc" ];
meta = with lib; {