mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: libass: Remove unused input.
* gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA.
This commit is contained in:
parent
9e586b1627
commit
79d7f35a29
1 changed files with 1 additions and 2 deletions
|
@ -1208,8 +1208,7 @@ (define-public libass
|
|||
`(("freetype" ,freetype)
|
||||
("fribidi" ,fribidi)
|
||||
("fontconfig" ,fontconfig)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("enca" ,enca)))
|
||||
("harfbuzz" ,harfbuzz)))
|
||||
(home-page "https://github.com/libass/libass")
|
||||
(synopsis "Subtitle rendering library for the ASS/SSA format")
|
||||
(description "libass is a subtitle rendering library for the
|
||||
|
|
Loading…
Reference in a new issue