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
commit 02dadff685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "irc" ];
meta = with lib; {