rucio: move top-level override into package.nix (#485702)

This commit is contained in:
Michael Daniels
2026-02-01 00:58:42 +00:00
committed by GitHub
2 changed files with 3 additions and 11 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
{ 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
-6
View File
@@ -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;