guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnunet: Use 'gnutls/dane' as input.


From: Christopher Baines
Subject: 04/04: gnu: gnunet: Use 'gnutls/dane' as input.
Date: Sun, 1 Oct 2017 05:50:53 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3
Author: ng0 <address@hidden>
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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]