circus: use python313Packages, move to by-name (#488849)

This commit is contained in:
kirillrdy
2026-02-09 21:12:02 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication circus
-2
View File
@@ -2019,8 +2019,6 @@ with pkgs;
protobuf = protobuf_21;
};
circus = with python310Packages; toPythonApplication circus;
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_25_08_10
;