gnu: tesseract-ocr: Propagate leptonica.

* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ...
[propagated-inputs]: ... here.
This commit is contained in:
Marius Bakke 2022-08-29 17:26:21 +02:00
parent 83c86fa446
commit 608f9efc34
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -177,9 +177,11 @@ (define eng.traineddata
(inputs
(list cairo
icu4c
leptonica
pango
python-wrapper))
(propagated-inputs
;; Required by tesseract.pc.
(list leptonica))
(native-search-paths (list (search-path-specification
(variable "TESSDATA_PREFIX")
(files (list "share/tesseract-ocr/tessdata"))