From d6d81cfd591e34f041bb0a705377e8ab25afe39d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 9 Feb 2026 20:56:15 +0000 Subject: [PATCH] circus: use python3Packages instead of python310Packages Tracking: https://github.com/NixOS/nixpkgs/issues/488818 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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