mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
ab4ea4cad2
commit
81e224022c
2 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue