[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, 07 May 2021 15:36:24 -0400 |
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 <mail@nicolasgoaziou.fr>
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Fix build.,
guix-commits <=