mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add sdl2-ttf.
* gnu/packages/sdl.scm (sdl2-ttf): New variable.
This commit is contained in:
parent
855e293981
commit
d3f6a1defb
1 changed files with 15 additions and 0 deletions
|
@ -338,6 +338,21 @@ (define-public sdl2-mixer
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-mixer))))
|
(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
|
(define-public guile-sdl
|
||||||
(package
|
(package
|
||||||
(name "guile-sdl")
|
(name "guile-sdl")
|
||||||
|
|
Loading…
Reference in a new issue