me
/
guix
Archived
1
0
Fork 0

gnu: gnurl: Add HTTP/2 support.

* gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib.
master
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
1 changed files with 1 additions and 0 deletions

View File

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