guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: tesseract-ocr: Propagate leptonica.


From: guix-commits
Subject: 01/04: gnu: tesseract-ocr: Propagate leptonica.
Date: Mon, 29 Aug 2022 11:52:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 608f9efc34aa31d00260fbed6845f2cc9a176b17
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 17:26:21 2022 +0200

    gnu: tesseract-ocr: Propagate leptonica.
    
    * gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ...
    [propagated-inputs]: ... here.
---
 gnu/packages/ocr.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocr.scm b/gnu/packages/ocr.scm
index 21d257ef24..0382e0d869 100644
--- a/gnu/packages/ocr.scm
+++ b/gnu/packages/ocr.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]