gnu: mame: Fix build.

* gnu/packages/emulators.scm (mame)[inputs]: Use latest `asio'.
This commit is contained in:
Nicolas Goaziou 2021-11-26 23:03:49 +01:00
parent 0384bceadb
commit 6b00c01dca
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -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)