tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rucio: init at 32.8.6
Dmitry Kalinkin
8 months ago
ff8ec416
acab3b94
+11
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
ru
rucio
package.nix
top-level
all-packages.nix
+5
pkgs/by-name/ru/rucio/package.nix
···
1
1
+
{ python3Packages }:
2
2
+
3
3
+
with python3Packages;
4
4
+
5
5
+
toPythonApplication rucio
+6
pkgs/top-level/all-packages.nix
···
4378
4378
pythonPackages = python3Packages;
4379
4379
};
4380
4380
4381
4381
+
rucio = callPackage ../by-name/ru/rucio/package.nix {
4382
4382
+
# Pinned to python 3.12 while python313Packages.future does not evaluate and
4383
4383
+
# until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved
4384
4384
+
python3Packages = python312Packages;
4385
4385
+
};
4386
4386
+
4381
4387
rubocop = rubyPackages.rubocop;
4382
4388
4383
4389
ruby-lsp = rubyPackages.ruby-lsp;