python312Packages.sipyco: fix darwin tests

This commit is contained in:
natsukium
2024-11-03 12:51:33 +09:00
parent 98252b90dd
commit 5edbe2f6da
@@ -27,6 +27,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sipyco" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Simple Python Communications - used by the ARTIQ experimental control package";
mainProgram = "sipyco_rpctool";