From 2f1e8d40cf4da766649ddd1f3fe206ec8c678bb1 Mon Sep 17 00:00:00 2001 From: agentpt5 Date: Thu, 10 Jan 2019 06:54:39 -0800 Subject: flexget: add transmissionrpc as dependency (#53735) Add transmissionrpc as dependency to flexget, in order to communicate with Transmission networking client. --- pkgs/applications/networking/flexget/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/networking/flexget') diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 8508ab10e1ad6..b8af1541809aa 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -55,6 +55,8 @@ buildPythonApplication rec { pyparsing zxcvbn-python future # Optional requirements deluge-client + # Plugins + transmissionrpc ] ++ lib.optional (pythonOlder "3.4") pathlib; meta = with lib; { -- cgit 1.4.1