gnu: Add sdl2-ttf.
* gnu/packages/sdl.scm (sdl2-ttf): New variable.
This commit is contained in:
parent
855e293981
commit
d3f6a1defb
|
@ -338,6 +338,21 @@ directory.")
|
|||
(propagated-inputs
|
||||
(propagated-inputs-with-sdl2 sdl-mixer))))
|
||||
|
||||
(define-public sdl2-ttf
|
||||
(package (inherit sdl-ttf)
|
||||
(name "sdl2-ttf")
|
||||
(version "2.0.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkg6lyj278mdpd52map3rfi65fbq16w67ahmmfcl77a8da60a47"))))
|
||||
(propagated-inputs
|
||||
(propagated-inputs-with-sdl2 sdl-ttf))))
|
||||
|
||||
(define-public guile-sdl
|
||||
(package
|
||||
(name "guile-sdl")
|
||||
|
|
Loading…
Reference in New Issue