guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 14/14: gnu: gnurl: Add HTTP/2 support.


From: Marius Bakke
Subject: Re: 14/14: gnu: gnurl: Add HTTP/2 support.
Date: Sat, 24 Feb 2018 22:31:57 +0100
User-agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Tobias Geerinckx-Rice <address@hidden> writes:

> nckx pushed a commit to branch core-updates
> in repository guix.
>
> commit 3d2d5ebffae6979376d64a6441a44eb4369a1e96
> Author: Tobias Geerinckx-Rice <address@hidden>
> Date:   Thu Jan 4 22:49:22 2018 +0000
>
>     gnu: gnurl: Add HTTP/2 support.
>     
>     * 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 :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]