diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-25 16:44:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-26 04:41:48 +0100 |
commit | e2e3c5525231f5208dd14259e9fcfc19db9de0d3 (patch) | |
tree | 18114be0988e368e66f848e71c09a30c68bb4b5d | |
parent | 849c89893394492e4f6d61ab7b671ec40fa72919 (diff) | |
download | patches-e2e3c5525231f5208dd14259e9fcfc19db9de0d3.tar patches-e2e3c5525231f5208dd14259e9fcfc19db9de0d3.tar.gz |
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>.
-rw-r--r-- | gnu/packages/gnunet.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 3b25bce661..29bfc8199f 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) |