paperless: use imagemagickBig
`imagemagickBig` has `gs` support. This fixes a warning during thumbnail generation (`convert: no images defined`). The type of thumbnails that are generated is unchanged.
This commit is contained in:
parent
e3be4ad2f0
commit
a611c674c2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
, nixosTests
|
||||
, python3
|
||||
, ghostscript
|
||||
, imagemagick
|
||||
, imagemagickBig
|
||||
, jbig2enc
|
||||
, optipng
|
||||
, pngquant
|
||||
|
@ -51,7 +51,7 @@ let
|
|||
|
||||
path = lib.makeBinPath [
|
||||
ghostscript
|
||||
imagemagick
|
||||
imagemagickBig
|
||||
jbig2enc
|
||||
optipng
|
||||
pngquant
|
||||
|
|
Loading…
Reference in a new issue