diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-26 21:15:01 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-26 23:23:26 +0100 |
commit | 79d7f35a297a105af2f88863f6ed91a896977b87 (patch) | |
tree | e72cf862791cc72d0aaf0c86b013e1fb1d917c07 | |
parent | 9e586b162792bcf92e7a3584eb797a56827d4d36 (diff) | |
download | guix-79d7f35a297a105af2f88863f6ed91a896977b87.tar.gz guix-79d7f35a297a105af2f88863f6ed91a896977b87.zip |
gnu: libass: Remove unused input.
* gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA.
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ebb9678f54..9026b710f5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1208,8 +1208,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.") `(("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 |