guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit e908fd24814a8b6bcb32f92c1da2d5368cb4e9bc
Author: Sughosha <[email protected]>
AuthorDate: Thu Nov 27 20:35:25 2025 +0530

    gnu: vlc: Fix build.
    
    * gnu/packages/video.scm (vlc)[inputs]: Remove taglib; add taglib-1.
    
    Change-Id: If950fe2a445049bf121b4f8baa61778def20f087
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3107c42845..d0b9415268 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2565,7 +2565,7 @@ media, 2D/3D graphics and ECMAScript.")
            speex
            speexdsp
            srt
-           taglib
+           taglib-1
            twolame
            unzip
            wayland

Reply via email to