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:
Florian Brandes 2023-01-02 09:59:58 +01:00
parent b92e8e5997
commit 9ec889b4b8
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -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 {