From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51171) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnoON-0004OC-93 for guix-patches@gnu.org; Wed, 17 Jul 2019 14:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnoOM-0006Iv-8A for guix-patches@gnu.org; Wed, 17 Jul 2019 14:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnoOM-0006IS-59 for guix-patches@gnu.org; Wed, 17 Jul 2019 14:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnoOL-0003J5-VL for guix-patches@gnu.org; Wed, 17 Jul 2019 14:11:02 -0400 Subject: [bug#36638] [PATCH v2 0/2] gnu: Add i2pd. Resent-Message-ID: From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) References: <87o91xbz4p.fsf@sdf.lonestar.org> <87k1clbz2i.fsf@sdf.lonestar.org> <8736j7l155.fsf@gnu.org> <87r26rjm3q.fsf@gnu.org> Date: Wed, 17 Jul 2019 14:10:07 -0400 In-Reply-To: <87r26rjm3q.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 15 Jul 2019 18:31:21 +0200") Message-ID: <87y30wpm68.fsf_-_@sdf.lonestar.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; 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: 36638@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Should be fixed now. BUILD_SHARED_LIBS was disabled by default. On an unrelated note, is there a way to obtain the source directory when patches are applied to 'origin'? '(assoc-ref %build-inputs "source")' works fine here, but if I were to use a patch to deal with the extraneous files installed by i2pd, it points to an xzipped archive. Jakob L. Kreuze (2): gnu: Add websocketpp. gnu: Add i2pd. gnu/local.mk | 1 + gnu/packages/i2p.scm | 107 +++++++++++++++++++++++++++++++++++++++++++ gnu/packages/web.scm | 36 +++++++++++++++ 3 files changed, 144 insertions(+) create mode 100644 gnu/packages/i2p.scm =2D-=20 2.22.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEa1VJLOiXAjQ2BGSm9Qb9Fp2P2VoFAl0vZIEACgkQ9Qb9Fp2P 2VqCaA//SmMiacTa8djMFWn4iCiVRAkMVM40b43RPK4u3dP3e4gA07ISGZ7AzrcL uF9PV95cNmwEuh6YvjEMZ8gfbZiqUaGqVxqu0IgEe8FMVVYwvJhj6F7IJ7rGUriC fD8L1hym7E8MvxR54xuxawhL8Wws/i3+GJLdN4SR1Khi/Q3VjMjj+NL7Q5fwmKtp hiiZvafP5fSb88O0qTei44gKoyeiwb7vmymXdgIXmiwWE/NM0TV3Eof4qc2aHqrQ enG6T2VLZkZeTlB+W7xorPdvi/JtzUB1OxWsFflC5kZ/JbFbQNJVDpd+9ffoWvW3 4qti8NtqJxWDekDgLeUhK4WRlHSG0/0juumD46vn5vZeLW6IKVAubFtPVtMOuvfn bWDGK+37NAGM19lzwNl3nPKz8IdQAUwEQl3kJTI1qdCE6m9x28877mq6bG/5UZnt UkWsyVBNFwLFWqmlTiNqkPzIotaPp5gZS0wuPPug+SkmvBr8eii6wZAXnDErj9w0 77QGLUaY38syYCRpltYfQfh35804+9k+1IvHLveEQUWEzczHTPcaDu5GrGKOOtlQ jN083e/XYUKLo3rV5Xmrr0fcbJ0ckz3EFjWzSfMkRljjoG+RYfjVxsA8ZnOIQQGB z998lYc7AMvS3iTKqo0M6GeXDiqzixgxRMVMmlxuAxpAeWxs4TE= =v8ta -----END PGP SIGNATURE----- --=-=-=--