paperless: fix array formatting
This commit is contained in:
parent
accf3b38d5
commit
e3be4ad2f0
1 changed files with 10 additions and 1 deletions
|
@ -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
|
in
|
||||||
python.pkgs.pythonPackages.buildPythonApplication rec {
|
python.pkgs.pythonPackages.buildPythonApplication rec {
|
||||||
pname = "paperless-ngx";
|
pname = "paperless-ngx";
|
||||||
|
|
Loading…
Reference in a new issue