Skip to content

Commit

Permalink
sabnzbd: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Feb 14, 2017
1 parent 51a338a commit 67bd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sabnzbd/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}:

let
pythonEnv = python2.withPackages(ps: with ps; [ pyopenssl cheetah yenc ]);
pythonEnv = python2.withPackages(ps: with ps; [ cryptography cheetah yenc ]);
path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "1.2.0";
Expand Down

0 comments on commit 67bd8d5

Please sign in to comment.