mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-sdl2-ttf.
* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
11d4a7152e
commit
f0c5f6eda1
1 changed files with 20 additions and 0 deletions
|
@ -10424,6 +10424,26 @@ programming.")
|
||||||
@code{SDL2_mixer}.")
|
@code{SDL2_mixer}.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-sdl2-ttf
|
||||||
|
(package
|
||||||
|
(name "ghc-sdl2-ttf")
|
||||||
|
(version "2.1.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hackage-uri "sdl2-ttf" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0sm5lrdif5wmz3iah1658zlr7yr45d1hfihb2hdxdia4h7z1j0mn"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(properties '((upstream-name . "sdl2-ttf")))
|
||||||
|
(inputs (list ghc-sdl2 ghc-th-abstraction sdl2-ttf))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(home-page "http://hackage.haskell.org/package/sdl2-ttf")
|
||||||
|
(synopsis "Bindings to SDL2_ttf")
|
||||||
|
(description "This package provides Haskell bindings to SDL2_ttf C++
|
||||||
|
library.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-sdl-image
|
(define-public ghc-sdl-image
|
||||||
(package
|
(package
|
||||||
(name "ghc-sdl-image")
|
(name "ghc-sdl-image")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue