gnu: wesnoth: Rename package to the-battle-for-wesnoth.
* gnu/packages/games.scm (wesnoth): Define in terms of 'deprecated-package'. (the-battle-for-wesnoth): New variable, formerly known as "wesnoth".
This commit is contained in:
parent
c91ed484d0
commit
375cb94130
1 changed files with 5 additions and 2 deletions
|
@ -2108,9 +2108,9 @@ (define-public gnujump
|
|||
falling, themeable graphics and sounds, and replays.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public wesnoth
|
||||
(define-public the-battle-for-wesnoth
|
||||
(package
|
||||
(name "wesnoth")
|
||||
(name "the-battle-for-wesnoth")
|
||||
(version "1.14.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -2148,6 +2148,9 @@ (define-public wesnoth
|
|||
next campaign.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public wesnoth
|
||||
(deprecated-package "wesnoth" the-battle-for-wesnoth))
|
||||
|
||||
(define-public wesnoth-server
|
||||
(package
|
||||
(inherit wesnoth)
|
||||
|
|
Loading…
Reference in a new issue