mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tesseract-ocr: Propagate leptonica.
* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ... [propagated-inputs]: ... here.
This commit is contained in:
parent
83c86fa446
commit
608f9efc34
1 changed files with 3 additions and 1 deletions
|
@ -177,9 +177,11 @@ (define eng.traineddata
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo
|
(list cairo
|
||||||
icu4c
|
icu4c
|
||||||
leptonica
|
|
||||||
pango
|
pango
|
||||||
python-wrapper))
|
python-wrapper))
|
||||||
|
(propagated-inputs
|
||||||
|
;; Required by tesseract.pc.
|
||||||
|
(list leptonica))
|
||||||
(native-search-paths (list (search-path-specification
|
(native-search-paths (list (search-path-specification
|
||||||
(variable "TESSDATA_PREFIX")
|
(variable "TESSDATA_PREFIX")
|
||||||
(files (list "share/tesseract-ocr/tessdata"))
|
(files (list "share/tesseract-ocr/tessdata"))
|
||||||
|
|
Loading…
Reference in a new issue