From 65b2596a41b82487749baad10938e2841ada191f Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 19 Jan 2026 04:37:30 -0800 Subject: [PATCH] c2c version --- pkgs/c2cscrape/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/c2cscrape/default.nix b/pkgs/c2cscrape/default.nix index 54d59ee..41b9de0 100644 --- a/pkgs/c2cscrape/default.nix +++ b/pkgs/c2cscrape/default.nix @@ -7,6 +7,7 @@ lxml, feedgen, pytz, + qbittorrent-api, }: buildPythonPackage rec { @@ -28,6 +29,7 @@ buildPythonPackage rec { lxml feedgen pytz + qbittorrent-api ]; installPhase = ''