gnu: gnurl: Add HTTP/2 support.
* gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib.
This commit is contained in:
parent
c36615877b
commit
3d2d5ebffa
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ authentication and support for SSL3 and TLS.")
|
||||||
"doc")) ; 1.5 MiB of man3 pages
|
"doc")) ; 1.5 MiB of man3 pages
|
||||||
(inputs `(("gnutls" ,gnutls/dane)
|
(inputs `(("gnutls" ,gnutls/dane)
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
|
("nghttp2" ,nghttp2 "lib")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libtool" ,libtool)
|
`(("libtool" ,libtool)
|
||||||
|
|
Reference in a new issue