Merge pull request #190836 from erikarvstedt/paperless-imagemagickBig

paperless: use `imagemagickBig`
This commit is contained in:
Jonas Heinrich
2022-09-12 14:04:22 +02:00
committed by GitHub
@@ -3,7 +3,7 @@
, nixosTests
, python3
, ghostscript
, imagemagick
, imagemagickBig
, jbig2enc
, optipng
, pngquant
@@ -49,7 +49,16 @@ let
};
};
path = lib.makeBinPath [ ghostscript imagemagick jbig2enc optipng pngquant qpdf tesseract4 unpaper ];
path = lib.makeBinPath [
ghostscript
imagemagickBig
jbig2enc
optipng
pngquant
qpdf
tesseract4
unpaper
];
in
python.pkgs.pythonPackages.buildPythonApplication rec {
pname = "paperless-ngx";