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 7113a63ff4 gnu: libretro-dolphin-emu: Fix build.
7113a63ff4 is described below

commit 7113a63ff4bdcf24fbc4bb92367ea6354dd33290
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Feb 15 10:59:26 2026 +0100

    gnu: libretro-dolphin-emu: Fix build.
    
    * gnu/packages/emulators.scm (libretro-dolphin-emu)[inputs]: Replace fmt
    by fmt-9.
    
    Change-Id: Ia04efa1729d8a33c04a5f02de5da64b134846c8f
---
 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 88871969a4..c1f02c452a 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -737,7 +737,7 @@ turbo speed, networked multiplayer, and graphical 
enhancements.")
              curl
              enet
              eudev
-             fmt
+             fmt-9
              font-wqy-microhei
              freetype
              glew

Reply via email to