calibre: add unrardll optional dependency

This commit is contained in:
nyanloutre 2020-09-22 01:24:50 +02:00
parent 2bdfb86e08
commit 2e73a9ab84
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A

View File

@ -99,7 +99,7 @@ mkDerivation rec {
sip sip
# the following are distributed with calibre, but we use upstream instead # the following are distributed with calibre, but we use upstream instead
odfpy odfpy
] ] ++ lib.optional (unrarSupport) unrardll
); );
installPhase = '' installPhase = ''