guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: sdl2-mixer: Add upstream-name property.


From: guix-commits
Subject: 04/11: gnu: sdl2-mixer: Add upstream-name property.
Date: Sat, 26 Nov 2022 09:03:32 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 786b0d6ada0478cd2964cc1d0c9fe9fcc4d41157
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 11:05:16 2022 +0100

    gnu: sdl2-mixer: Add upstream-name property.
    
    * gnu/packages/sdl.scm (sdl2-mixer)[properties]: New field.
---
 gnu/packages/sdl.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index bf1d856a66..3e8bc8a7e4 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -517,7 +517,8 @@ directory.")
     (native-inputs
      `(("pkgconfig" ,pkg-config))) ; Needed to find the opus library.
     (propagated-inputs
-     (propagated-inputs-with-sdl2 sdl-mixer))))
+     (propagated-inputs-with-sdl2 sdl-mixer))
+    (properties '((upstream-name . "SDL2_mixer")))))
 
 (define-public sdl2-net
   (package (inherit sdl-net)



reply via email to

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