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

commit d934edbca100b1c7c322b74ac0379a1785a6d52c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri May 7 21:35:42 2021 +0200

    gnu: mame: Fix build.
    
    * gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input.
---
 gnu/packages/emulators.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 8237aa6..4367c23 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1795,6 +1795,7 @@ This is a part of the TiLP project.")
        ("portaudio" ,portaudio)
        ("portmidi" ,portmidi)
        ("pugixml" ,pugixml)
+       ("pulseaudio" ,pulseaudio)
        ("python-wrapper" ,python-wrapper)
        ("qtbase" ,qtbase)
        ("rapidjson" ,rapidjson)

Reply via email to