From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esEwn-0001nl-HX for guix-patches@gnu.org; Sat, 03 Mar 2018 16:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esEwl-0002QQ-0a for guix-patches@gnu.org; Sat, 03 Mar 2018 16:44:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35294) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esEwk-0002Q7-HK for guix-patches@gnu.org; Sat, 03 Mar 2018 16:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1esEwk-0006IP-Ah for guix-patches@gnu.org; Sat, 03 Mar 2018 16:44:02 -0500 Subject: [bug#30570] [PATCH 04/16] gnu: Add r-mapproj. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <7597f2a5e819b04be0bd24566b4fcd7950abb5c1.1519241713.git.leo@famulari.name> <7597f2a5e819b04be0bd24566b4fcd7950abb5c1.1519241713.git.leo@famulari.name> <868171d4f8c09de6b2f83c02745b597432cb8982.1519241713.git.leo@famulari.name> Date: Sat, 03 Mar 2018 22:43:12 +0100 In-Reply-To: <868171d4f8c09de6b2f83c02745b597432cb8982.1519241713.git.leo@famulari.name> (Leo Famulari's message of "Wed, 21 Feb 2018 14:35:08 -0500") Message-ID: <871sh07s3z.fsf@gnu.org> 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: Leo Famulari Cc: 30570@debbugs.gnu.org Leo Famulari skribis: > * gnu/packages/geo.scm (r-mapproj): New variable. OK.