guix-commits
[Top][All Lists]
Advanced

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

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


From: Tobias Geerinckx-Rice
Subject: 14/14: gnu: gnurl: Add HTTP/2 support.
Date: Tue, 20 Feb 2018 10:06:37 -0500 (EST)

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)



reply via email to

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