mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: tesseract-ocr: Propagate leptonica.
* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ... [propagated-inputs]: ... here.
This commit is contained in:
@@ -177,9 +177,11 @@ models for the Tesseract OCR Engine.")
|
||||
(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"))
|
||||
|
||||
Reference in New Issue
Block a user