mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: endless-sky: Update to 0.10.16.
* gnu/packages/games.scm (endless-sky): Update to 0.10.16. [inputs]: Add flac and libavif. Change-Id: I461b27bf1507a41b37de5a30d53de66a5a106d1b
This commit is contained in:
parent
f0ab81c097
commit
81c2963e07
1 changed files with 4 additions and 2 deletions
|
|
@ -9905,7 +9905,7 @@ your score gets higher, you level up and the blocks fall faster.")
|
|||
(define-public endless-sky
|
||||
(package
|
||||
(name "endless-sky")
|
||||
(version "0.10.14")
|
||||
(version "0.10.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -9914,7 +9914,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 "198ijk95qhq5qicp27f26g0pqsqdgjyb9ll3dmd3dq8b68j3xyfc"))))
|
||||
(base32 "1dk25wgbl385dwplq2a6wsdv53q6pylrqqkqrmvn59z7sd8vjywr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DES_USE_VCPKG=0"
|
||||
|
|
@ -9934,7 +9934,9 @@ your score gets higher, you level up and the blocks fall faster.")
|
|||
(("games\\)") "bin)")))))))
|
||||
(inputs
|
||||
(list catch2-3
|
||||
flac
|
||||
glew
|
||||
libavif
|
||||
libjpeg-turbo
|
||||
libmad
|
||||
libpng
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue