rucio: init at 32.8.6

(cherry picked from commit ff8ec41663)
This commit is contained in:
Dmitry Kalinkin 2025-06-04 15:17:24 -04:00 committed by github-actions[bot]
parent ab4ea4cad2
commit 81e224022c
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ python3Packages }:
with python3Packages;
toPythonApplication rucio

View file

@ -4378,6 +4378,12 @@ with pkgs;
pythonPackages = python3Packages;
};
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;