apteryx pushed a commit to branch master
in repository guix.

commit 780cfb5edac2aacade60e80e1240dd9d191b597c
Author: Marius Bakke <[email protected]>
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