diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7a8afd246a4e..3e78887424fb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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