python310Packages.tesserocr: use tesseract4

This commit is contained in:
Robert Schütz 2023-03-02 21:10:25 -08:00
parent e7761fa511
commit 0bacc8e993

View File

@ -6,7 +6,7 @@
, cython
, leptonica
, pkg-config
, tesseract
, tesseract4
# propagates
, pillow
@ -36,7 +36,7 @@ buildPythonPackage rec {
buildInputs = [
leptonica
tesseract
tesseract4
];
propagatedBuildInputs = [