From f88cd71e96147be7401d99a67f65247225402675 Mon Sep 17 00:00:00 2001 From: "eyjhbb@gmail.com" Date: Wed, 11 Mar 2020 16:30:32 +0100 Subject: [PATCH] flexget: readd transmissionrpc --- pkgs/applications/networking/flexget/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 30665b24081..20ddc6c93d4 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -52,6 +52,8 @@ python3Packages.buildPythonApplication rec { sqlalchemy terminaltables zxcvbn + # plugins + transmissionrpc ]; meta = with lib; {