python3Packages.aiorpcx: allow local networking on darwin

This commit is contained in:
Harinn
2026-05-12 15:15:04 +07:00
parent 45874d3d33
commit 8486ce0d34
@@ -52,6 +52,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "aiorpcx" ];
__darwinAllowLocalNetworking = true;
meta = {
description = "Transport, protocol and framing-independent async RPC client and server implementation";
homepage = "https://github.com/kyuupichan/aiorpcX";