paperless: fix array formatting

This commit is contained in:
Erik Arvstedt 2022-09-11 21:55:12 +02:00
parent accf3b38d5
commit e3be4ad2f0
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -49,7 +49,16 @@ let
};
};
path = lib.makeBinPath [ ghostscript imagemagick jbig2enc optipng pngquant qpdf tesseract4 unpaper ];
path = lib.makeBinPath [
ghostscript
imagemagick
jbig2enc
optipng
pngquant
qpdf
tesseract4
unpaper
];
in
python.pkgs.pythonPackages.buildPythonApplication rec {
pname = "paperless-ngx";