mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: mame: Fix build.
* gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input.
This commit is contained in:
parent
b4d809b063
commit
d934edbca1
1 changed files with 1 additions and 0 deletions
|
@ -1795,6 +1795,7 @@ (define-public mame
|
|||
("portaudio" ,portaudio)
|
||||
("portmidi" ,portmidi)
|
||||
("pugixml" ,pugixml)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("qtbase" ,qtbase)
|
||||
("rapidjson" ,rapidjson)
|
||||
|
|
Loading…
Reference in a new issue