cbaines pushed a commit to branch master
in repository guix.

commit 6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3
Author: ng0 <[email protected]>
Date:   Mon Aug 21 09:48:32 2017 +0000

    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 <[email protected]>
---
 gnu/packages/gnunet.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 9857499..9a2713e 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)

Reply via email to