mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: naev: Update to 0.10.0.
* gnu/packages/games.scm (naev): Update to 0.10.0. [inputs]: Add ENET, PCRE2.
This commit is contained in:
parent
a3c2668788
commit
ef060487a2
1 changed files with 5 additions and 3 deletions
|
@ -7930,7 +7930,7 @@ (define-public frotz
|
||||||
(define-public naev
|
(define-public naev
|
||||||
(package
|
(package
|
||||||
(name "naev")
|
(name "naev")
|
||||||
(version "0.9.4")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7940,7 +7940,7 @@ (define-public naev
|
||||||
(recursive? #t))) ; for game data
|
(recursive? #t))) ; for game data
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0isswidhxhs2q5c4cxryjr8y8ibfxckpfyccly3b4lg1nxvm5gjv"))))
|
(base32 "183dbi4a91xggxm1rmn7vr8rq519yz7b3zhrd03azsg6fxylv9wn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: Do not add debugging symbols, which cause the build to fail.
|
;; XXX: Do not add debugging symbols, which cause the build to fail.
|
||||||
|
@ -7949,7 +7949,8 @@ (define-public naev
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal pkg-config))
|
(list gettext-minimal pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list freetype
|
(list enet
|
||||||
|
freetype
|
||||||
glpk
|
glpk
|
||||||
libpng
|
libpng
|
||||||
libunibreak
|
libunibreak
|
||||||
|
@ -7959,6 +7960,7 @@ (define-public naev
|
||||||
luajit
|
luajit
|
||||||
openal
|
openal
|
||||||
openblas
|
openblas
|
||||||
|
pcre2
|
||||||
physfs
|
physfs
|
||||||
python
|
python
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
|
|
Loading…
Reference in a new issue