gnu: openal: Add upstream-name property.

* gnu/packages/audio.scm (openal)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-11-20 14:19:43 +01:00
parent 3258eae9ee
commit d56b1cea91
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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