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>
This commit is contained in:
parent
3e259442e7
commit
86c14e70c5
1 changed files with 6 additions and 3 deletions
|
@ -3658,7 +3658,7 @@ for common mesh file formats, and collision detection.")
|
||||||
(package
|
(package
|
||||||
(inherit irrlicht)
|
(inherit irrlicht)
|
||||||
(name "irrlicht-for-minetest")
|
(name "irrlicht-for-minetest")
|
||||||
(version "1.9.0mt5")
|
(version "1.9.0mt8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3667,11 +3667,14 @@ for common mesh file formats, and collision detection.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jxk1x0f60n8lrz8a6x62aj2pqg0qnbajsld3lqncvwsfbi0xjx1"))))
|
"1646pj40dqkzbbc2lxzbmq2pjyrkgggbi2lah6pa5mv420p402kg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No check target.
|
;; No check target.
|
||||||
(list #:tests? #f))))
|
(list #:tests? #f))
|
||||||
|
(inputs
|
||||||
|
(modify-inputs (package-inputs irrlicht)
|
||||||
|
(prepend libxi)))))
|
||||||
|
|
||||||
(define-public mars
|
(define-public mars
|
||||||
;; The latest release on SourceForge relies on an unreleased version of SFML
|
;; The latest release on SourceForge relies on an unreleased version of SFML
|
||||||
|
|
Reference in a new issue