From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45519) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRIF-0004cN-Jv for guix-patches@gnu.org; Fri, 17 Jan 2020 08:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isRIB-00056Y-Dr for guix-patches@gnu.org; Fri, 17 Jan 2020 08:04:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isRIB-00055Q-1y for guix-patches@gnu.org; Fri, 17 Jan 2020 08:04:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isRIA-0001fm-Ub for guix-patches@gnu.org; Fri, 17 Jan 2020 08:04:02 -0500 Subject: [bug#38950] [PATCH] Add chipmunk2d Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blrhu6up.fsf@nicolasgoaziou.fr> Date: Fri, 17 Jan 2020 14:03:33 +0100 In-Reply-To: <87blrhu6up.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 05 Jan 2020 18:54:22 +0100") Message-ID: <87zhem1bh6.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: Nicolas Goaziou Cc: 38950@debbugs.gnu.org Hello, Nicolas Goaziou skribis: >>>From b1d239f57cf870fa525d2429069ec60993af1b4c Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sun, 5 Jan 2020 18:52:49 +0100 > Subject: [PATCH] gnu: Add chipmunk2d. > > * gnu/packages/game-development.scm (chipmunk2d): New variable. LGTM, thanks! Ludo=E2=80=99.