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 @@ (define-public gnurl
"doc")) ; 1.5 MiB of man3 pages
(inputs `(("gnutls" ,gnutls/dane)
("libidn" ,libidn)
("nghttp2" ,nghttp2 "lib")
("zlib" ,zlib)))
(native-inputs
`(("libtool" ,libtool)