Skip to content
Snippets Groups Projects
Commit 855e2939 authored by David Thompson's avatar David Thompson
Browse files

gnu: Add sdl2-mixer.

* gnu/packages/sdl.scm (sdl2-mixer): New variable.
parent 6813f70a
No related branches found
No related tags found
No related merge requests found
...@@ -323,6 +323,21 @@ (define-public sdl2-image ...@@ -323,6 +323,21 @@ (define-public sdl2-image
(propagated-inputs (propagated-inputs
(propagated-inputs-with-sdl2 sdl-image)))) (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 (define-public guile-sdl
(package (package
(name "guile-sdl") (name "guile-sdl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment