gnu: sdl2-mixer: Add upstream-name property.
* gnu/packages/sdl.scm (sdl2-mixer)[properties]: New field.
This commit is contained in:
parent
b7835359d8
commit
786b0d6ada
1 changed files with 2 additions and 1 deletions
|
@ -517,7 +517,8 @@ directory.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkgconfig" ,pkg-config))) ; Needed to find the opus library.
|
`(("pkgconfig" ,pkg-config))) ; Needed to find the opus library.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-mixer))))
|
(propagated-inputs-with-sdl2 sdl-mixer))
|
||||||
|
(properties '((upstream-name . "SDL2_mixer")))))
|
||||||
|
|
||||||
(define-public sdl2-net
|
(define-public sdl2-net
|
||||||
(package (inherit sdl-net)
|
(package (inherit sdl-net)
|
||||||
|
|
Reference in a new issue