sabnzbd: add sabyenc to python env

This commit is contained in:
georgewhewell 2018-07-27 19:02:11 +01:00
parent 660721140c
commit cb20776886
No known key found for this signature in database
GPG key ID: CC545269736CDD24

View file

@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}:
let
pythonEnv = python2.withPackages(ps: with ps; [ cryptography cheetah yenc ]);
pythonEnv = python2.withPackages(ps: with ps; [ cryptography cheetah yenc sabyenc ]);
path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "2.3.3";