gnu: gnurl: Add HTTP/2 support.
* gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib.master
parent
c36615877b
commit
3d2d5ebffa
|
@ -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)
|
||||
|
|
Reference in New Issue