Loading pkgs/by-name/ru/rucio/package.nix +3 −5 Original line number Diff line number Diff line { python3Packages }: with python3Packages; toPythonApplication rucio # Pinned to python 3.12 while python313Packages.future does not evaluate and # until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved { python312Packages }: with python312Packages; toPythonApplication rucio pkgs/top-level/all-packages.nix +0 −6 Original line number Diff line number Diff line Loading @@ -3525,12 +3525,6 @@ with pkgs; rsibreak = libsForQt5.callPackage ../applications/misc/rsibreak { }; rucio = callPackage ../by-name/ru/rucio/package.nix { # Pinned to python 3.12 while python313Packages.future does not evaluate and # until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved python3Packages = python312Packages; }; rubocop = rubyPackages.rubocop; ruby-lsp = rubyPackages.ruby-lsp; Loading Loading
pkgs/by-name/ru/rucio/package.nix +3 −5 Original line number Diff line number Diff line { python3Packages }: with python3Packages; toPythonApplication rucio # Pinned to python 3.12 while python313Packages.future does not evaluate and # until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved { python312Packages }: with python312Packages; toPythonApplication rucio
pkgs/top-level/all-packages.nix +0 −6 Original line number Diff line number Diff line Loading @@ -3525,12 +3525,6 @@ with pkgs; rsibreak = libsForQt5.callPackage ../applications/misc/rsibreak { }; rucio = callPackage ../by-name/ru/rucio/package.nix { # Pinned to python 3.12 while python313Packages.future does not evaluate and # until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved python3Packages = python312Packages; }; rubocop = rubyPackages.rubocop; ruby-lsp = rubyPackages.ruby-lsp; Loading