sabnzbd: add sabyenc to python env
This commit is contained in:
parent
660721140c
commit
cb20776886
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchFromGitHub, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}:
|
{stdenv, fetchFromGitHub, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}:
|
||||||
|
|
||||||
let
|
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 ];
|
path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "2.3.3";
|
version = "2.3.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user