summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-06 17:54:17 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-06 17:54:39 +0200
commit871447a12e3089f817416fec87efecdb69a1d7bb (patch)
tree98d8726b0d070131a23edc3b944c9bfebcf81363 /pkgs/applications/networking/flexget
parent4a8793641d671964403b987e035377b4e8f63b7a (diff)
downloadnixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar.gz
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar.bz2
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar.lz
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar.xz
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.tar.zst
nixpkgs-871447a12e3089f817416fec87efecdb69a1d7bb.zip
flexget: update propagatedBuildInputs
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 9a71f8911c2..cc89f09d640 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;