diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 9a71f8911c25..cc89f09d6402 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -60,6 +60,7 @@ buildPythonApplication rec { idna itsdangerous markupsafe plumbum pytz six tzlocal urllib3 webencodings werkzeug zxcvbn-python + backports_functools_lru_cache ] ++ lib.optional (pythonOlder "3.4") pathlib ++ lib.optional delugeSupport deluge;