From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqJtl-00008M-Nq for guix-patches@gnu.org; Thu, 16 Aug 2018 11:09:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqJtd-0006U5-W2 for guix-patches@gnu.org; Thu, 16 Aug 2018 11:09:15 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqJtW-0006R2-Vf for guix-patches@gnu.org; Thu, 16 Aug 2018 11:09:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqJtW-0007D2-Od for guix-patches@gnu.org; Thu, 16 Aug 2018 11:09:02 -0400 Subject: bug#32256: [PATCH] gnu: Add nudoku. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20180724120402.22409-1-ricardo.wurmus@mdc-berlin.de> <87bmatbvog.fsf@posteo.net> From: Ricardo Wurmus In-Reply-To: <87bmatbvog.fsf@posteo.net> Date: Thu, 16 Aug 2018 17:07:55 +0200 Message-ID: <8736veuz78.fsf@mdc-berlin.de> 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: Kei Kebreau Cc: 32256-done@debbugs.gnu.org, madalinionel.patrascu@mdc-berlin.de Hi Kei, > Ricardo Wurmus writes: > >> From: Madalin Ionel-Patrascu >> >> * gnu/packages/games.scm (nudoku): New variable. >> >> Signed-off-by: Ricardo Wurmus >> --- [=E2=80=A6] >> + (description "nudoku is a ncurses based sudoku game.") > > I'd use "@code{nudoku}" here because it's the name of a program. > >> + (license license:gpl3+))) >> + >> (define-public the-butterfly-effect >> (package >> (name "the-butterfly-effect") > > Otherwise this looks fine and works well for me! Thanks for your input. I changed the description, but ended up not using @code{} here. --=20 Ricardo