summaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-21 09:48:32 +0000
committerChristopher Baines <mail@cbaines.net>2017-10-01 10:50:37 +0100
commit6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3 (patch)
tree74d09597f180dadd80e57d2c9bf1d9961a64e209 /gnu/packages/gnunet.scm
parent1472f630028a341b05d9551976b4e22b123bb94b (diff)
downloadguix-patches-6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3.tar
guix-patches-6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3.tar.gz
gnu: gnunet: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (gnunet)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r--gnu/packages/gnunet.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 98574994aa..9a2713e66a 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -271,7 +271,7 @@ supports HTTP, HTTPS and GnuTLS.")
("gnurl" ,gnurl)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
- ("gnutls" ,gnutls)
+ ("gnutls" ,gnutls/dane)
("libextractor" ,libextractor)
("libgcrypt" ,libgcrypt)
("libidn" ,libidn)