diff options
| author | Tobias Kortkamp <tobias.kortkamp@gmail.com> | 2025-10-14 13:46:22 +0200 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:28 +0000 |
| commit | 053cb100dabd660200cd8c48369416c647b38f26 (patch) | |
| tree | 768443a237443814857088181eae0ffd67baae2f /gnu | |
| parent | 003eae50f166a4f4fd0cb5da0387aa73afedc069 (diff) | |
gnu: cmus: Fix build of ffmpeg plugin.
* gnu/packages/music.scm (cmus): Fix build of ffmpeg plugin.
[inputs]: Remove ffmpeg; add ffmpeg-6.
Closes: guix/guix#3537
Change-Id: If701719d2e393e4ce93180a6e329173118b15e5c
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 9bcc14e9954..9b553d9ff56 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -879,7 +879,7 @@ It is a fork of Clementine aimed at music collectors and audiophiles.") ao elogind ;for MPRIS support faad2 - ffmpeg + ffmpeg-6 ;ip/ffmpeg.so fails to build with ffmpeg 8 flac jack-1 libcddb |
