sabnzbd: fix dependencies

wip/yesman
Frederik Rietdijk 7 years ago
parent 51a338a601
commit 67bd8d552f
  1. 2
      pkgs/servers/sabnzbd/default.nix

@ -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";

Loading…
Cancel
Save