calibre: add unrardll optional dependency

wip/yesman
nyanloutre 4 years ago
parent 2bdfb86e08
commit 2e73a9ab84
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A
  1. 2
      pkgs/applications/misc/calibre/default.nix

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

Loading…
Cancel
Save