rucio: move top-level override into package.nix

This commit is contained in:
Aliaksandr
2026-01-31 21:09:12 +02:00
parent c4834cc73a
commit 6c1a74cf26
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
@@ -3541,12 +3541,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;