From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4rJv-00054j-Tg for guix-patches@gnu.org; Tue, 25 Sep 2018 13:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4rJo-0001r2-SQ for guix-patches@gnu.org; Tue, 25 Sep 2018 13:40:22 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49727) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4rJb-0001kF-UZ for guix-patches@gnu.org; Tue, 25 Sep 2018 13:40:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4rJZ-0006SP-Rt for guix-patches@gnu.org; Tue, 25 Sep 2018 13:40:03 -0400 Subject: [bug#32813] [PATCH 3/4] gnu: Add osm2pgsql. Resent-Message-ID: Date: Tue, 25 Sep 2018 19:39:27 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180925193927.61740ea4@alma-ubu> In-Reply-To: <20180923204311.8086-3-julien@lepiller.eu> References: <20180923223952.7168c8e8@lepiller.eu> <20180923204311.8086-1-julien@lepiller.eu> <20180923204311.8086-3-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/0.tiAR3lTitD07XVWMcN6Cr"; protocol="application/pgp-signature" 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: Julien Lepiller Cc: 32813@debbugs.gnu.org --Sig_/0.tiAR3lTitD07XVWMcN6Cr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 23 Sep 2018 22:43:10 +0200 Julien Lepiller wrote: > * gnu/packages/geo.scm (osm2pgsql): New variable. > --- > gnu/packages/geo.scm | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) >=20 > diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm > index 81bffcc88..efc68ea85 100644 > --- a/gnu/packages/geo.scm > +++ b/gnu/packages/geo.scm > @@ -824,3 +824,33 @@ delivered to any client.") > files and imports the data into PostgreSQL/PostGIS databases. It is > designed to create databases that are optimized for > rendering/tile/map-services.") (license license:asl2.0))) > + > +(define-public osm2pgsql > + (package > + (name "osm2pgsql") > + (build-system cmake-build-system) Sorry, missed one more: Import missing: #:use-module (guix build-system cmake) Bj=C3=B6rn --Sig_/0.tiAR3lTitD07XVWMcN6Cr Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAluqctAACgkQvyhstlk+X/3eswCgmtKF1CdzkuHUA2vhbEkNdoFQ E6QAni2++VKt5M7Wi4E7oaB6vmn+CyPG =K986 -----END PGP SIGNATURE----- --Sig_/0.tiAR3lTitD07XVWMcN6Cr--