mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: endless-sky: Update to 0.10.10.
* gnu/packages/games.scm (endless-sky): Update to 0.10.10. [inputs]: Add catch2-3. Change-Id: I1ef88580c0b30169d7c3d9fae7c6c792ad1fa43a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
committed by
Zheng Junjie
parent
fb21b31610
commit
4860415634
@@ -9222,7 +9222,7 @@ your score gets higher, you level up and the blocks fall faster.")
|
||||
(define-public endless-sky
|
||||
(package
|
||||
(name "endless-sky")
|
||||
(version "0.10.6")
|
||||
(version "0.10.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -9231,7 +9231,7 @@ your score gets higher, you level up and the blocks fall faster.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1iaiyv9fqgg269wjcyfn1akhh0wfrf64gh5jg3wzxwn24pm77flw"))))
|
||||
(base32 "1nwim56ii3z6f9gxvmf9q4i5chlsgk3kjisz8li6ivr595wq5502"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DES_USE_VCPKG=0"
|
||||
@@ -9249,7 +9249,8 @@ your score gets higher, you level up and the blocks fall faster.")
|
||||
(substitute* "CMakeLists.txt"
|
||||
(("games\\)") "bin)")))))))
|
||||
(inputs
|
||||
(list glew
|
||||
(list catch2-3
|
||||
glew
|
||||
libjpeg-turbo
|
||||
libmad
|
||||
libpng
|
||||
|
||||
Reference in New Issue
Block a user