gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-server.
* gnu/packages/games.scm (wesnoth-server): Define in terms of 'deprecated-package'. (the-battle-for-wesnoth-server): New variable, formerly known as "wesnoth-server".
This commit is contained in:
parent
375cb94130
commit
ecdb1348ad
|
@ -2151,10 +2151,10 @@ next campaign.")
|
||||||
(define-public wesnoth
|
(define-public wesnoth
|
||||||
(deprecated-package "wesnoth" the-battle-for-wesnoth))
|
(deprecated-package "wesnoth" the-battle-for-wesnoth))
|
||||||
|
|
||||||
(define-public wesnoth-server
|
(define-public the-battle-for-wesnoth-server
|
||||||
(package
|
(package
|
||||||
(inherit wesnoth)
|
(inherit the-battle-for-wesnoth)
|
||||||
(name "wesnoth-server")
|
(name "the-battle-for-wesnoth-server")
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
|
@ -2167,6 +2167,9 @@ next campaign.")
|
||||||
(description "This package contains a dedicated server for @emph{The
|
(description "This package contains a dedicated server for @emph{The
|
||||||
Battle for Wesnoth}.")))
|
Battle for Wesnoth}.")))
|
||||||
|
|
||||||
|
(define-public wesnoth-server
|
||||||
|
(deprecated-package "wesnoth-server" the-battle-for-wesnoth-server))
|
||||||
|
|
||||||
(define-public gamine
|
(define-public gamine
|
||||||
(package
|
(package
|
||||||
(name "gamine")
|
(name "gamine")
|
||||||
|
|
Loading…
Reference in New Issue