about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2023-10-13 10:32:36 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-10-18 14:07:42 +0100
commitb289b43bf8cdbfdf82dd39f62e5f8f81f3aa7b41 (patch)
tree54279538f8aaa7ab52b4ca221278a1de44e5a889 /pkgs/test/default.nix
parent9b74d6b0f251dfc9a9063dfa0d6c7f23e5f29b8c (diff)
fetchFromBittorrent: init
Adds a basic FOD Fetcher for Bittorrent that uses Transmission as a client

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 2b1768515babb..4cc9ecc0db3e9 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -104,6 +104,7 @@ with pkgs;
   cc-multilib-clang = callPackage ./cc-wrapper/multilib.nix { stdenv = clangMultiStdenv; };
 
   fetchurl = callPackages ../build-support/fetchurl/tests.nix { };
+  fetchFromBittorrent = callPackages ../build-support/fetchbittorrent/tests.nix { };
   fetchpatch = callPackages ../build-support/fetchpatch/tests.nix { };
   fetchpatch2 = callPackages ../build-support/fetchpatch/tests.nix { fetchpatch = fetchpatch2; };
   fetchDebianPatch = callPackages ../build-support/fetchdebianpatch/tests.nix { };