mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: abbaye: Rename package to l-abbaye-des-morts.
* gnu/packages/games.scm (abbaye): Define in terms of 'deprecated-package'. (l-abbaye-des-morts): New variable, formerly known as "abbaye".
This commit is contained in:
parent
c97e4d8bbe
commit
c91ed484d0
1 changed files with 5 additions and 2 deletions
|
@ -1188,9 +1188,9 @@ (define-public xshogi
|
||||||
;; state "GNU General Public Licence" without specifying a version.
|
;; state "GNU General Public Licence" without specifying a version.
|
||||||
(license license:gpl1+)))
|
(license license:gpl1+)))
|
||||||
|
|
||||||
(define-public abbaye
|
(define-public l-abbaye-des-morts
|
||||||
(package
|
(package
|
||||||
(name "abbaye")
|
(name "l-abbaye-des-morts")
|
||||||
(version "2.0.1")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1242,6 +1242,9 @@ (define-public abbaye
|
||||||
that beneath its ruins lay buried an ancient evil.")
|
that beneath its ruins lay buried an ancient evil.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public abbaye
|
||||||
|
(deprecated-package "abbaye" l-abbaye-des-morts))
|
||||||
|
|
||||||
(define-public angband
|
(define-public angband
|
||||||
(package
|
(package
|
||||||
(name "angband")
|
(name "angband")
|
||||||
|
|
Loading…
Reference in a new issue