gnu: irrlicht-for-minetest: Update to 1.9.0.mt8.
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8. [inputs]: Add libxi. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
3e259442e7
commit
86c14e70c5
|
@ -3658,7 +3658,7 @@ for common mesh file formats, and collision detection.")
|
|||
(package
|
||||
(inherit irrlicht)
|
||||
(name "irrlicht-for-minetest")
|
||||
(version "1.9.0mt5")
|
||||
(version "1.9.0mt8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3667,11 +3667,14 @@ for common mesh file formats, and collision detection.")
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1jxk1x0f60n8lrz8a6x62aj2pqg0qnbajsld3lqncvwsfbi0xjx1"))))
|
||||
"1646pj40dqkzbbc2lxzbmq2pjyrkgggbi2lah6pa5mv420p402kg"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; No check target.
|
||||
(list #:tests? #f))))
|
||||
(list #:tests? #f))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs irrlicht)
|
||||
(prepend libxi)))))
|
||||
|
||||
(define-public mars
|
||||
;; The latest release on SourceForge relies on an unreleased version of SFML
|
||||
|
|
Reference in New Issue