gnu: godot: Update to 3.0.

* gnu/packages/game-development.scm (godot): Update to 3.0.
[inputs]: Add libxi.
This commit is contained in:
David Thompson 2018-01-29 19:21:21 -05:00
parent 50e8790335
commit 9766c6e28e
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 4 additions and 2 deletions

View File

@ -1056,7 +1056,7 @@ games.")
(define-public godot (define-public godot
(package (package
(name "godot") (name "godot")
(version "2.1.4") (version "3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1064,7 +1064,8 @@ games.")
version "-stable.tar.gz")) version "-stable.tar.gz"))
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 "1mz89nafc1m7srbqvy7iagxrxmqvf5hbqi7i0lwaapkx6q0kpkq7")))) (base32
"1jhp269n1a7c663v2555444icbjwzscj4r8cq4rrrap7r7dr4hyc"))))
(build-system scons-build-system) (build-system scons-build-system)
(arguments (arguments
`(#:scons ,scons-python2 `(#:scons ,scons-python2
@ -1140,6 +1141,7 @@ games.")
("libwebp" ,libwebp) ("libwebp" ,libwebp)
("libx11" ,libx11) ("libx11" ,libx11)
("libxcursor" ,libxcursor) ("libxcursor" ,libxcursor)
("libxi" ,libxi)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
("mesa" ,mesa) ("mesa" ,mesa)