rucio: init at 32.8.6
This commit is contained in:
parent
acab3b9488
commit
ff8ec41663
5
pkgs/by-name/ru/rucio/package.nix
Normal file
5
pkgs/by-name/ru/rucio/package.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ python3Packages }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
toPythonApplication rucio
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user