sabnzbd: add yenc package

This commit is contained in:
Frederik Rietdijk 2017-01-11 18:12:05 +01:00
parent 87e67cb4e5
commit 66bdcb4dfd

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}: {stdenv, fetchurl, python2, par2cmdline, unzip, unrar, p7zip, makeWrapper}:
let let
pythonEnv = python2.withPackages(ps: with ps; [ pyopenssl cheetah]); pythonEnv = python2.withPackages(ps: with ps; [ pyopenssl cheetah yenc ]);
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 = "1.1.0"; version = "1.1.0";