~ruther/guix-local

608f9efc34aa31d00260fbed6845f2cc9a176b17 — Marius Bakke 3 years ago 83c86fa
gnu: tesseract-ocr: Propagate leptonica.

* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ...
[propagated-inputs]: ... here.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/ocr.scm
M gnu/packages/ocr.scm => gnu/packages/ocr.scm +3 -1
@@ 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"))