gnu: chroma: Update to 1.19.
* gnu/packages/games.scm (chroma): Update to 1.19. [arguments]: Remove "CFLAGS=-fgnu89-inline" work-around.
This commit is contained in:
parent
36d6b1ac5f
commit
3af75416e7
1 changed files with 3 additions and 4 deletions
|
@ -6414,18 +6414,17 @@ with the mouse isn’t always trivial.")
|
||||||
(define-public chroma
|
(define-public chroma
|
||||||
(package
|
(package
|
||||||
(name "chroma")
|
(name "chroma")
|
||||||
(version "1.18")
|
(version "1.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
|
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12bjisf5nlqinw8n4r223vld52p0p2mw3fca92vi175c46bycbzn"))))
|
"19ybvv0dkql913xpgjgxyyy50s72vajc7hm83zsvy2lsq8lhg76q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f)) ; no tests included
|
||||||
#:configure-flags '("CFLAGS=-fgnu89-inline"))) ; fix inlines
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
|
`(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
|
Reference in a new issue