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:
Erik Arvstedt 2022-09-11 21:55:13 +02:00
parent e3be4ad2f0
commit a611c674c2
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -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