guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ccextractor: Fix build.


From: guix-commits
Subject: branch master updated: gnu: ccextractor: Fix build.
Date: Thu, 20 Aug 2020 07:53:20 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a9e961b  gnu: ccextractor: Fix build.
a9e961b is described below

commit a9e961b0c379634fa1a793c864ce27dae232c379
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Aug 20 12:52:16 2020 +0200

    gnu: ccextractor: Fix build.
    
    * gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.
---
 gnu/packages/gstreamer.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 17429dd..7124e17 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -201,6 +201,7 @@ module for the DMA capture of the video flow.")
     (inputs
      `(("ffmeg" ,ffmpeg-3.4)
        ("nanomsg" ,nanomsg)
+       ("leptonica" ,leptonica)
        ("ocr" ,tesseract-ocr)
        ("zlib" ,zlib)))
     (synopsis "Closed Caption Extractor")



reply via email to

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