gnu: crawl-tiles: Rename package to dungeon-crawl-stone-soup-tiles.
* gnu/packages/games.scm (crawl-tiles): Define in terms of 'deprecated-package'. (dungeon-crawl-stone-soup-tiles): New variable, formerly known as "crawl-tiles".
This commit is contained in:
parent
36a0b5b48c
commit
24a67aef2a
1 changed files with 6 additions and 3 deletions
|
@ -4522,10 +4522,10 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
|
||||||
;; The linter here claims that patch file names should start with the package
|
;; The linter here claims that patch file names should start with the package
|
||||||
;; name. But, in this case, the patches are inherited from crawl with the
|
;; name. But, in this case, the patches are inherited from crawl with the
|
||||||
;; "crawl-" prefix instead of "crawl-tiles-".
|
;; "crawl-" prefix instead of "crawl-tiles-".
|
||||||
(define-public crawl-tiles
|
(define-public dungeon-crawl-stone-soup-tiles
|
||||||
(package
|
(package
|
||||||
(inherit crawl)
|
(inherit dungeon-crawl-stone-soup)
|
||||||
(name "crawl-tiles")
|
(name "dungeon-crawl-stone-soup-tiles")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments
|
(substitute-keyword-arguments
|
||||||
(package-arguments crawl)
|
(package-arguments crawl)
|
||||||
|
@ -4555,6 +4555,9 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(synopsis "Graphical roguelike dungeon crawler game")))
|
(synopsis "Graphical roguelike dungeon crawler game")))
|
||||||
|
|
||||||
|
(define-public crawl-tiles
|
||||||
|
(deprecated-package "crawl-tiles" dungeon-crawl-stone-soup-tiles))
|
||||||
|
|
||||||
(define-public lugaru
|
(define-public lugaru
|
||||||
(package
|
(package
|
||||||
(name "lugaru")
|
(name "lugaru")
|
||||||
|
|
Reference in a new issue