gnu: Add sdl2-mixer.

* gnu/packages/sdl.scm (sdl2-mixer): New variable.
This commit is contained in:
David Thompson 2015-12-15 13:30:56 -05:00 committed by David Thompson
parent 6813f70a5c
commit 855e293981

View file

@ -323,6 +323,21 @@ (define-public sdl2-image
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-image))))
(define-public sdl2-mixer
(package (inherit sdl-mixer)
(name "sdl2-mixer")
(version "2.0.0")
(source (origin
(method url-fetch)
(uri
(string-append "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-"
version ".tar.gz"))
(sha256
(base32
"0nvjdxjchrajrn0jag877hdx9zb788hsd315zzg1lyck2wb0xkm8"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-mixer))))
(define-public guile-sdl
(package
(name "guile-sdl")