guix-commits
[Top][All Lists]
Advanced

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

58/416: gnu: sdl2-mixer: Add upstream-name property.


From: guix-commits
Subject: 58/416: gnu: sdl2-mixer: Add upstream-name property.
Date: Fri, 14 Apr 2023 15:25:17 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 780cfb5edac2aacade60e80e1240dd9d191b597c
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 a41cfd4b47..2a0ffab824 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]