paperless-ngx: fix build
missing poppler will result in pyTest failing Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
b92e8e5997
commit
9ec889b4b8
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, qpdf
|
||||
, tesseract5
|
||||
, unpaper
|
||||
, poppler_utils
|
||||
, liberation_ttf
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
@ -75,6 +76,7 @@ let
|
|||
qpdf
|
||||
tesseract5
|
||||
unpaper
|
||||
poppler_utils
|
||||
];
|
||||
in
|
||||
python.pkgs.pythonPackages.buildPythonApplication rec {
|
||||
|
|
Loading…
Reference in a new issue