guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mame: Fix build.


From: guix-commits
Subject: branch master updated: gnu: mame: Fix build.
Date: Fri, 26 Nov 2021 17:05:03 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b00c01  gnu: mame: Fix build.
6b00c01 is described below

commit 6b00c01dcaf28727c883d4483456d14a88cb2766
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 26 23:03:49 2021 +0100

    gnu: mame: Fix build.
    
    * gnu/packages/emulators.scm (mame)[inputs]: Use latest `asio'.
---
 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 c82185b..d2964be 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1899,7 +1899,7 @@ This is a part of the TiLP project.")
        ("texinfo" ,texinfo)))
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("asio" ,asio-1.12)              ;the bundled copy is at 1.11
+       ("asio" ,asio)
        ("expat" ,expat)
        ("flac" ,flac)
        ("fontconfig" ,fontconfig)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]