mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue