[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-desktop updated: gnu: tesseract-ocr: Propagate leptonica.
From: |
guix-commits |
Subject: |
branch wip-desktop updated: gnu: tesseract-ocr: Propagate leptonica. |
Date: |
Thu, 16 Jul 2020 21:49:57 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch wip-desktop
in repository guix.
The following commit(s) were added to refs/heads/wip-desktop by this push:
new 8da65cb gnu: tesseract-ocr: Propagate leptonica.
8da65cb is described below
commit 8da65cb1373674fea8f65a0c0e6cc919ba6fec20
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Jul 14 22:05:34 2020 -0400
gnu: tesseract-ocr: Propagate leptonica.
* gnu/packages/ocr.scm (tesseract-ocr) [inputs]: Move leptonica to ...
[propagated-inputs]: ... here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/ocr.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocr.scm b/gnu/packages/ocr.scm
index dc690f3..23cb864 100644
--- a/gnu/packages/ocr.scm
+++ b/gnu/packages/ocr.scm
@@ -65,8 +65,8 @@ it produces text in 8-bit or UTF-8 formats.")
(sha256
(base32 "0h1x4z1h86n2gwknd0wck6gykkp99bmm02lg4a47a698g4az6ybv"))))
(build-system gnu-build-system)
- (inputs
- `(("leptonica" ,leptonica)))
+ (propagated-inputs
+ `(("leptonica" ,leptonica))) ; Refered by .pc file
(arguments
'(#:configure-flags
(let ((leptonica (assoc-ref %build-inputs "leptonica")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-desktop updated: gnu: tesseract-ocr: Propagate leptonica.,
guix-commits <=