guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: openal: Add upstream-name property.


From: guix-commits
Subject: 04/08: gnu: openal: Add upstream-name property.
Date: Sun, 20 Nov 2022 09:16:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d56b1cea9124c8c66b1f8573f4d8c2840bc5750d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:19:43 2022 +0100

    gnu: openal: Add upstream-name property.
    
    * gnu/packages/audio.scm (openal)[properties]: New field.
---
 gnu/packages/audio.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 61e81f8c3d..70d9d4421d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3111,6 +3111,8 @@ including air absorption, occlusion, and environmental 
reverb, are available
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]