gnu: sdl2-mixer: Add upstream-name property.
* gnu/packages/sdl.scm (sdl2-mixer)[properties]: New field.
This commit is contained in:
parent
89297d2f5a
commit
780cfb5eda
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue