Loading pkgs/development/python-modules/irc/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "irc" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/irc/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "irc" ]; meta = with lib; { Loading