slimserver: add perlPackages.ArchiveZip as a dependency

Slimserver uses `Archive::Zip`, in order to unpack plugins before
installing them. Without this dependency, its `PluginDownloader`
module will fail, printing the following error message instead:

Slim::Utils::PluginDownloader::extract (102) error loading Archive::Zip
Can't locate Archive/Zip.pm in @INC (you may need to install the Archive:
:Zip module) (@INC contains: [...])
This commit is contained in:
Manuel Frischknecht 2021-01-06 21:30:30 +01:00
parent 7cd9d714ee
commit c9b075818c

View file

@ -14,6 +14,7 @@ perlPackages.buildPerlPackage rec {
makeWrapper
perlPackages.perl
perlPackages.AnyEvent
perlPackages.ArchiveZip
perlPackages.AudioScan
perlPackages.CarpClan
perlPackages.CGI