guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libmicrohttpd: Use 'gnutls/dane' as input.


From: Christopher Baines
Subject: 03/04: gnu: libmicrohttpd: 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 1472f630028a341b05d9551976b4e22b123bb94b
Author: ng0 <address@hidden>
Date:   Mon Aug 21 09:45:54 2017 +0000

    gnu: libmicrohttpd: 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 (libmicrohttpd)[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 bb434c9..9857499 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -155,7 +155,7 @@ tool to extract metadata from a file and print the 
results.")
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)
-      ("gnutls" ,gnutls)
+      ("gnutls" ,gnutls/dane)
       ("libgcrypt" ,libgcrypt)
       ("openssl" ,openssl)
       ("zlib" ,zlib)))



reply via email to

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