sabnzbd: add missing dependencies

This commit is contained in:
Johannes Schleifenbaum 2021-09-21 13:06:45 +02:00 committed by Bjørn Forsman
parent b9508681b6
commit 68bce5b377

View file

@ -17,6 +17,8 @@ let
configobj configobj
feedparser feedparser
sabyenc3 sabyenc3
puremagic
guessit
]); ]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ]; path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {