From f7a5ca27d855e5f8f7cf27f1d285b70d5d36695f Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 5 Nov 2024 20:41:56 +0100 Subject: [PATCH] python311Packages.irc: enable local networking, unbreak on darwin --- pkgs/development/python-modules/irc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/irc/default.nix b/pkgs/development/python-modules/irc/default.nix index e0bac99c8009..d81577d40bbf 100644 --- a/pkgs/development/python-modules/irc/default.nix +++ b/pkgs/development/python-modules/irc/default.nix @@ -39,6 +39,8 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; + __darwinAllowLocalNetworking = true; + pythonImportsCheck = [ "irc" ]; meta = with lib; {