me
/
guix
Archived
1
0
Fork 0

gnu: Add sdl2-mixer.

* gnu/packages/sdl.scm (sdl2-mixer): New variable.
master
David Thompson 2015-12-15 13:30:56 -05:00 committed by David Thompson
parent 6813f70a5c
commit 855e293981
1 changed files with 15 additions and 0 deletions

View File

@ -323,6 +323,21 @@ directory.")
(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")