mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cataclysm-dda: Update to 0.E.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.
This commit is contained in:
parent
448e072555
commit
b8f5b436ec
1 changed files with 56 additions and 56 deletions
|
@ -398,22 +398,22 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public cataclysm-dda
|
||||
(let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
|
||||
(package
|
||||
(name "cataclysm-dda")
|
||||
(version "0.D")
|
||||
(source (origin
|
||||
(version "0.E")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/CleverRaven/Cataclysm-DDA.git")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"))
|
||||
(base32 "0pbi0fw37zimzdklfj58s1ql0wlqq7dy6idkcsib3hn910ajaxan"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
'(#:make-flags
|
||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1"
|
||||
"LOCALIZE=1" "LANGUAGES=all")
|
||||
#:phases
|
||||
|
@ -436,7 +436,7 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
|||
;; input in order to support tests.
|
||||
#:tests? #f))
|
||||
(outputs '("out"
|
||||
"tiles")) ; For tile graphics and sound support.
|
||||
"tiles")) ;for tile graphics and sound support
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
@ -460,7 +460,7 @@ to get you out of Dodge. Fight to defeat or escape from a wide variety of
|
|||
powerful monstrosities, from zombies to giant insects to killer robots and
|
||||
things far stranger and deadlier, and against the others like yourself, that
|
||||
want what you have.")
|
||||
(license license:cc-by-sa3.0))))
|
||||
(license license:cc-by-sa3.0)))
|
||||
|
||||
(define-public corsix-th
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue