gnu: dungeon-crawl-stone-soup: Update to 0.23.2.
* gnu/packages/games.scm (dungeon-crawl-stone-soup): Update to 0.23.2.master
parent
18061de9e1
commit
564df7e584
|
@ -4476,7 +4476,7 @@ fish. The whole game is accompanied by quiet, comforting music.")
|
||||||
(define-public dungeon-crawl-stone-soup
|
(define-public dungeon-crawl-stone-soup
|
||||||
(package
|
(package
|
||||||
(name "dungeon-crawl-stone-soup")
|
(name "dungeon-crawl-stone-soup")
|
||||||
(version "0.23.1")
|
(version "0.23.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4489,8 +4489,7 @@ fish. The whole game is accompanied by quiet, comforting music.")
|
||||||
(string-append "http://crawl.develz.org/release/stone_soup-"
|
(string-append "http://crawl.develz.org/release/stone_soup-"
|
||||||
version "-nodeps.tar.xz")))
|
version "-nodeps.tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hw10hqhh688mrqs9vxrl17y1dzfjzsmxz6izg1a9dzmjlhrc01a"))
|
||||||
"0c3mx49kpz6i2xvv2dwsaj9s7mm4mif1h2qdkfyi80lv2j1ay51h"))
|
|
||||||
(patches (search-patches "crawl-upgrade-saves.patch"))))
|
(patches (search-patches "crawl-upgrade-saves.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -4512,7 +4511,7 @@ fish. The whole game is accompanied by quiet, comforting music.")
|
||||||
(list (string-append "SQLITE_INCLUDE_DIR=" sqlite "/include")
|
(list (string-append "SQLITE_INCLUDE_DIR=" sqlite "/include")
|
||||||
(string-append "prefix=" out)
|
(string-append "prefix=" out)
|
||||||
"SAVEDIR=~/.crawl"
|
"SAVEDIR=~/.crawl"
|
||||||
;; Don't compile with SSE on systems which don't use it
|
;; Don't compile with SSE on systems which don't have it.
|
||||||
,@(match (%current-system)
|
,@(match (%current-system)
|
||||||
((or "i686-linux" "x86_64-linux")
|
((or "i686-linux" "x86_64-linux")
|
||||||
'())
|
'())
|
||||||
|
|
Reference in New Issue