Skip to content

Commit 5cbf60a

Browse files
committed
python313Packages.aioweenect: allow networking on darwin
1 parent e4019cb commit 5cbf60a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/aioweenect/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ buildPythonPackage rec {
4141
pytestCheckHook
4242
];
4343

44+
__darwinAllowLocalNetworking = true;
45+
4446
pythonImportsCheck = [ "aioweenect" ];
4547

4648
meta = with lib; {

0 commit comments

Comments
 (0)