guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 12b4495f7d6533311180d4aee85e70d5a7d7e1a3
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Apr 14 01:56:42 2026 +0200

    gnu: libass: Drop input labels.
    
    * gnu/packages/video.scm (libass)[propagated-inputs]:
      Drop input labels.
    
    Change-Id: Id10ec581c1b91512fe809c47561a8e9155ca5812
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/video.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d77619d3cb..173fd3edce 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1484,10 +1484,10 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
     (native-inputs
      (list pkg-config nasm))
     (propagated-inputs
-     `(("freetype" ,freetype)
-       ("fribidi" ,fribidi)
-       ("fontconfig" ,fontconfig)
-       ("harfbuzz" ,harfbuzz)))
+     (list freetype
+           fribidi
+           fontconfig
+           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

Reply via email to