python311Packages.irc: enable local networking, unbreak on darwin (#353894)

This commit is contained in:
Theodore Ni
2024-11-05 14:28:08 -08:00
committed by GitHub
@@ -39,6 +39,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "irc" ];
meta = with lib; {