diff options
| author | Sughosha <sughosha@disroot.org> | 2025-10-01 19:11:34 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-10-01 19:13:13 +0530 |
| commit | 9aea4bdf0167db3364fea1df80a20b87a6d3294c (patch) | |
| tree | 994c15d2e7d6eb15ae4dd689187e8e4589e145d0 | |
| parent | f627558ec77686ee8746eb4575cfb319ea5134a6 (diff) | |
gnu: kpipewire: Fix build.
* gnu/packages/kde-plasma.scm (kpipewire)[inputs]: Replace ffmpeg with
ffmpeg-6.
Change-Id: I2f89ffbfeeca28ee12743072b6fdb5ff4ccab471
| -rw-r--r-- | gnu/packages/kde-plasma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
