From 79d7f35a297a105af2f88863f6ed91a896977b87 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 26 Nov 2020 21:15:01 +0100 Subject: gnu: libass: Remove unused input. * gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA. --- gnu/packages/video.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3