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 336ba8de2f gnu: mame: Fix build.
336ba8de2f is described below

commit 336ba8de2fa0c974eca7ac6058c47bbdf02f2656
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 30 14:13:12 2025 +0530

    gnu: mame: Fix build.
    
    * gnu/packages/emulators.scm (mame)[inputs]: Remove asio; add asio-1.28.
    
    Change-Id: I13943b5245df4eaa48402379b393f95a29f85af4
---
 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 4463e01152..780aa2a569 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -3405,7 +3405,7 @@ This is a part of the TiLP project.")
            texinfo))
     (inputs
      (list alsa-lib
-           asio
+           asio-1.28
            expat
            flac
            fontconfig

Reply via email to