mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: asio: Update to 1.18.1.
* gnu/packages/networking.scm (asio): Update to 1.18.1. (asio-1.12): New variable. * gnu/packages/emulators.scm (mame)[inputs]: Use asio-1.12, otherwise it fails to build.
This commit is contained in:
parent
efb8951460
commit
566408da84
2 changed files with 16 additions and 3 deletions
|
@ -1743,7 +1743,7 @@ This is a part of the TiLP project.")
|
|||
("texinfo" ,texinfo)))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("asio" ,asio)
|
||||
("asio" ,asio-1.12) ;the bundled copy is at 1.11
|
||||
("expat" ,expat)
|
||||
("flac" ,flac)
|
||||
("fontconfig" ,fontconfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue