gnu: sdl2-mixer: Add upstream-name property.
* gnu/packages/sdl.scm (sdl2-mixer)[properties]: New field.master
parent
b7835359d8
commit
786b0d6ada
|
@ -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)
|
||||
|
|
Reference in New Issue