From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek5Mf-0000tu-I8 for guix-patches@gnu.org; Fri, 09 Feb 2018 04:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek5Mc-0004n2-CT for guix-patches@gnu.org; Fri, 09 Feb 2018 04:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55001) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ek5Mc-0004mq-8m for guix-patches@gnu.org; Fri, 09 Feb 2018 04:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ek5Mb-00086A-Sg for guix-patches@gnu.org; Fri, 09 Feb 2018 04:53:01 -0500 Subject: bug#30196: [PATCH 2/2] gnu: services: Add wesnothd service. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: References: <20180121183348.29317-1-arunisaac@systemreboot.net> <20180122121104.11149-1-arunisaac@systemreboot.net> <87372e6t6s.fsf@gnu.org> Date: Fri, 09 Feb 2018 15:22:09 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30196-done@debbugs.gnu.org Arun Isaac writes: >>> * gnu/services/games.scm: New file. >>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >>> * doc/guix.texi (Game Services): Document the service. >> >> LGTM, thanks! Pushed!