Commit f7a5ca27 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python311Packages.irc: enable local networking, unbreak on darwin

parent 3e44af0b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "irc" ];

  meta = with lib; {