1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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:
Pierre Neidhardt
2019-03-26 13:37:38 +01:00
parent 375cb94130
commit ecdb1348ad

View File

@@ -2151,10 +2151,10 @@ next campaign.")
(define-public wesnoth
(deprecated-package "wesnoth" the-battle-for-wesnoth))
(define-public wesnoth-server
(define-public the-battle-for-wesnoth-server
(package
(inherit wesnoth)
(name "wesnoth-server")
(inherit the-battle-for-wesnoth)
(name "the-battle-for-wesnoth-server")
(inputs
`(("boost" ,boost)
("icu4c" ,icu4c)
@@ -2167,6 +2167,9 @@ next campaign.")
(description "This package contains a dedicated server for @emph{The
Battle for Wesnoth}.")))
(define-public wesnoth-server
(deprecated-package "wesnoth-server" the-battle-for-wesnoth-server))
(define-public gamine
(package
(name "gamine")