gnu: sdl2-mixer: Add upstream-name property.

* gnu/packages/sdl.scm (sdl2-mixer)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-11-26 11:05:16 +01:00 committed by Maxim Cournoyer
parent 89297d2f5a
commit 780cfb5eda
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -517,7 +517,8 @@ (define-public sdl2-mixer
(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)