Skip to content

Commit

Permalink
flexget: unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 1, 2018
1 parent 670cbd5 commit d07479c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/networking/flexget/default.nix
Expand Up @@ -35,7 +35,9 @@ buildPythonApplication rec {
--replace "sqlalchemy==1.1.10" "sqlalchemy" \
--replace "zxcvbn-python==4.4.15" "zxcvbn-python" \
--replace "flask-cors==3.0.2" "flask-cors" \
--replace "certifi==2017.4.17" "certifi"
--replace "certifi==2017.4.17" "certifi" \
--replace "cheroot==5.5.0" "cheroot" \
--replace "plumbum==1.6.3" "plumbum" \
'';

checkPhase = ''
Expand Down

0 comments on commit d07479c

Please sign in to comment.