mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
(inputs
|
||||||
`(("ffmeg" ,ffmpeg-3.4)
|
`(("ffmeg" ,ffmpeg-3.4)
|
||||||
("nanomsg" ,nanomsg)
|
("nanomsg" ,nanomsg)
|
||||||
|
("leptonica" ,leptonica)
|
||||||
("ocr" ,tesseract-ocr)
|
("ocr" ,tesseract-ocr)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(synopsis "Closed Caption Extractor")
|
(synopsis "Closed Caption Extractor")
|
||||||
|
|
Loading…
Reference in a new issue