calibre: add unrardll optional dependency
This commit is contained in:
parent
2bdfb86e08
commit
2e73a9ab84
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue