From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej53S-0000yS-Mm for guix-patches@gnu.org; Tue, 06 Feb 2018 10:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej53O-0001g5-O6 for guix-patches@gnu.org; Tue, 06 Feb 2018 10:21:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ej53O-0001fu-Jk for guix-patches@gnu.org; Tue, 06 Feb 2018 10:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ej53O-0000WQ-AY for guix-patches@gnu.org; Tue, 06 Feb 2018 10:21:02 -0500 Subject: [bug#30196] [PATCH 2/2] gnu: services: Add wesnothd service. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180121183348.29317-1-arunisaac@systemreboot.net> <20180122121104.11149-1-arunisaac@systemreboot.net> Date: Tue, 06 Feb 2018 16:20:27 +0100 In-Reply-To: <20180122121104.11149-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 22 Jan 2018 17:41:04 +0530") Message-ID: <87372e6t6s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 30196@debbugs.gnu.org Hi, Arun Isaac skribis: > * gnu/services/games.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (Game Services): Document the service. LGTM, thanks! You=E2=80=99d get bonus points by writing a system test, but perhaps there= =E2=80=99s not much that could easily be tested. So, no big deal. Ludo=E2=80=99.