guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit b1c1743bf8495275b234480b54164bf1edbc8523
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Sep 26 20:11:36 2025 -0300

    gnu: kodi: Build with ffmpeg@6.
    
    * gnu/packages/kodi.scm (kodi)[inputs]: Replace ffmpeg by ffmpeg-6.  
Otherwise
    the build system tries to download this version and fails.
    
    Change-Id: I4d08797d55cd6585ee365c24af020c8320b41639
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/kodi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 6e2c2c9a5e..73417fabe2 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -434,7 +434,7 @@ secondary errors.")
            dcadec
            dbus
            eudev
-           ffmpeg
+           ffmpeg-6
            flac
            flatbuffers
            fmt

Reply via email to