Archived
1
0
Fork 0

gnu: gnurl: Add HTTP/2 support.

* gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-04 22:49:22 +00:00
parent c36615877b
commit 3d2d5ebffa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)