circus: use python3Packages instead of python310Packages
Tracking: https://github.com/NixOS/nixpkgs/issues/488818
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user