guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8039f99255002ca20c79686fd60d59cd2970f57f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 00:54:51 2025 +0900

    gnu: retroarch-minimal: Fix build.
    
    * gnu/packages/emulators.scm (retroarch-minimal)
    [inputs]: Replace ffmpeg with ffmpeg-6.
    
    Change-Id: Ifc876d329f2c057fd0d46d50d858cabd74cba988
---
 gnu/packages/emulators.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 807026e60e..87c2255689 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -2950,7 +2950,7 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
      (list alsa-lib
            dbus
            eudev
-           ffmpeg
+           ffmpeg-6
            flac
            fontconfig
            freetype

Reply via email to