nckx pushed a commit to branch core-updates
in repository guix.
commit e2e3c5525231f5208dd14259e9fcfc19db9de0d3
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Feb 25 16:44:27 2018 +0100
Revert "gnu: gnurl: Add HTTP/2 support."
This reverts unintentional commit 3d2d5ebffae6979376d64a6441a44eb4369a6.
See <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00486.html>.
---
gnu/packages/gnunet.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 3b25bce..29bfc81 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -198,7 +198,6 @@ 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)