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

commit f252ea92328883a4cb6a8167710e605ccf2ae875
Author: Ada Stevenson <[email protected]>
AuthorDate: Mon Sep 29 16:58:57 2025 +0800

    gnu: qtwebengine: Fix build.
    
    * gnu/packages/qt.scm (qtwebengine)[inputs]: Replace ffmpeg by ffmpeg-6.
    
    Fixes: guix/guix#3111
    Change-Id: I81a2674aef24eedc030f255fe173f8fbf4baeb1f
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c369a618ca..0178711b98 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4144,7 +4144,7 @@ linux/libcurl_wrapper.h"
            curl
            dbus
            eudev
-           ffmpeg
+           ffmpeg-6
            fontconfig
            fxdiv
            harfbuzz

Reply via email to