about summary refs log tree commit diff
path: root/pkgs/by-name/gf
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-11-13 06:55:08 +0000
committerYueh-Shun Li <shamrocklee@posteo.net>2024-04-04 07:18:29 +0800
commitfc61cff2d0e8acdaaa0ae1e2cf77a171ade4d051 (patch)
tree47deb3200827b8e6033b3fb2567920a4f4c8913b /pkgs/by-name/gf
parent9cbe717fc2a34f3cdf0aef4e34e5a2c7fb5b04f0 (diff)
gfal2-util, python3Packages.gfal2-util: init at 1.8.1
Add also passthru.fetchGfal2. This fetcher is currently used only by
passthru.tsets, but capable to be used as a domain-specific
real-world fetcher.
Diffstat (limited to 'pkgs/by-name/gf')
-rw-r--r--pkgs/by-name/gf/gfal2-util/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/gf/gfal2-util/package.nix b/pkgs/by-name/gf/gfal2-util/package.nix
new file mode 100644
index 0000000000000..8af9899455af2
--- /dev/null
+++ b/pkgs/by-name/gf/gfal2-util/package.nix
@@ -0,0 +1,2 @@
+{ python3Packages }:
+with python3Packages; toPythonApplication gfal2-util