gnu: ccextractor: Fix build.

* gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.
This commit is contained in:
Jakub Kądziołka 2020-08-20 12:52:16 +02:00
parent 2ca5b4858f
commit a9e961b0c3
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -201,6 +201,7 @@ (define-public ccextractor
(inputs
`(("ffmeg" ,ffmpeg-3.4)
("nanomsg" ,nanomsg)
("leptonica" ,leptonica)
("ocr" ,tesseract-ocr)
("zlib" ,zlib)))
(synopsis "Closed Caption Extractor")