rucio: move top-level override into package.nix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user