This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9aea4bdf01 gnu: kpipewire: Fix build.
9aea4bdf01 is described below

commit 9aea4bdf0167db3364fea1df80a20b87a6d3294c
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 19:11:34 2025 +0530

    gnu: kpipewire: Fix build.
    
    * gnu/packages/kde-plasma.scm (kpipewire)[inputs]: Replace ffmpeg with
    ffmpeg-6.
    
    Change-Id: I2f89ffbfeeca28ee12743072b6fdb5ff4ccab471
---
 gnu/packages/kde-plasma.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 28262aed53..e255a0e095 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1057,7 +1057,7 @@ the schedule and venue information.")
     (inputs (list libxkbcommon
                   libva
                   pipewire
-                  ffmpeg
+                  ffmpeg-6
                   kcoreaddons
                   ki18n
                   kwayland

Reply via email to