From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: 14/14: gnu: gnurl: Add HTTP/2 support. Date: Sat, 24 Feb 2018 22:31:57 +0100 Message-ID: <87k1v2846q.fsf@fastmail.com> References: <20180220150633.1503.67041@vcs0.savannah.gnu.org> <20180220150637.273A720447@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ephQN-0004QN-Td for guix-devel@gnu.org; Sat, 24 Feb 2018 16:32:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ephQI-00005Q-MG for guix-devel@gnu.org; Sat, 24 Feb 2018 16:32:07 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55467) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ephQI-000057-Gt for guix-devel@gnu.org; Sat, 24 Feb 2018 16:32:02 -0500 In-Reply-To: <20180220150637.273A720447@vcs0.savannah.gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tobias Geerinckx-Rice , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice writes: > nckx pushed a commit to branch core-updates > in repository guix. > > commit 3d2d5ebffae6979376d64a6441a44eb4369a1e96 > Author: Tobias Geerinckx-Rice > Date: Thu Jan 4 22:49:22 2018 +0000 > > gnu: gnurl: Add HTTP/2 support. >=20=20=20=20=20 > * gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib. > --- > gnu/packages/gnunet.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index 29bfc81..3b25bce 100644 > --- a/gnu/packages/gnunet.scm > +++ b/gnu/packages/gnunet.scm > @@ -198,6 +198,7 @@ authentication and support for SSL3 and TLS.") > "doc")) ; 1.5 MiB of man3 pages > (inputs `(("gnutls" ,gnutls/dane) > ("libidn" ,libidn) > + ("nghttp2" ,nghttp2 "lib") > ("zlib" ,zlib))) > (native-inputs > `(("libtool" ,libtool) As far as I can tell, we don't have an nghttp2 package yet :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqR2c0ACgkQoqBt8qM6 VPp90gf9Fg6kaQRdo1BGsu7uVVaAFK13xdHEYcEqLL1L9CGfaIhgyGAOqW4dxZUL ykWBRpd3SOlJsfd2CfWusJBpPe60iu7tnBlHZHZmZEbwAK7yqq1INxyIcG+1DP1k 7InAtUR75qcCZBSvEHZL0zsR/uetRrz+++A2XIrmYOMk4OOZZj+3DihARsZ0usxM Fe2liEw8rZahqEyaC5zeMOxWu+JVQAFaXJVXvz1ALr6NO78LoyfTb7fYU8VQyMA3 EoEJdywk5jcBFqXoArAquncl5AGCrfnS9Ai75RSaH8ljVO12EIV7s5FrYUZU3Ljz GWhGPG3IwP4w/R8KhNmA2xdG8Expsg== =JYWA -----END PGP SIGNATURE----- --=-=-=--