mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
paperless: fix array formatting
This commit is contained in:
parent
accf3b38d5
commit
e3be4ad2f0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user