mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: openal: Add upstream-name property.
* gnu/packages/audio.scm (openal)[properties]: New field.
This commit is contained in:
parent
3258eae9ee
commit
d56b1cea91
1 changed files with 2 additions and 0 deletions
|
@ -3111,6 +3111,8 @@ (define-public openal
|
|||
through the EFX extension. It also facilitates streaming audio, multi-channel
|
||||
buffers, and audio capture.")
|
||||
(home-page "https://openal-soft.org/")
|
||||
(properties
|
||||
'((upstream-name . "openal-soft")))
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public freealut
|
||||
|
|
Loading…
Reference in a new issue