Merge pull request #190836 from erikarvstedt/paperless-imagemagickBig
paperless: use `imagemagickBig`
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user