gnu: ccextractor: Fix build.
authorJakub Kądziołka <kuba@kadziolka.net>
Thu, 20 Aug 2020 10:52:16 +0000 (12:52 +0200)
committerJakub Kądziołka <kuba@kadziolka.net>
Thu, 20 Aug 2020 11:53:01 +0000 (13:53 +0200)
* gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.

gnu/packages/gstreamer.scm

index 17429dd..7124e17 100644 (file)
@@ -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")