mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00: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