Unverified Commit fcdeb723 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

rucio: move top-level override into package.nix (#485702)

parents 48803cfb 6c1a74cf
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
{ 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
+0 −6
Original line number Diff line number Diff line
@@ -3525,12 +3525,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;