circus: use python3Packages instead of python310Packages

Tracking: https://github.com/NixOS/nixpkgs/issues/488818
This commit is contained in:
Gaetan Lepage
2026-02-09 20:56:58 +00:00
parent 1d6dcd1824
commit d6d81cfd59
+1 -1
View File
@@ -2019,7 +2019,7 @@ with pkgs;
protobuf = protobuf_21;
};
circus = with python310Packages; toPythonApplication circus;
circus = with python3Packages; toPythonApplication circus;
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_25_08_10