mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
flexget: update propagatedBuildInputs
This commit is contained in:
parent
4a8793641d
commit
871447a12e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue