mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: ccextractor: Fix build.
* gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.
This commit is contained in:
parent
2ca5b4858f
commit
a9e961b0c3
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue