guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gnurl: Use 'gnutls/dane' as input.


From: Christopher Baines
Subject: 02/04: gnu: gnurl: 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 fd67e3a22f9ce7298bfecb94bcf804378ed9220d
Author: ng0 <address@hidden>
Date:   Mon Aug 21 09:38:55 2017 +0000

    gnu: gnurl: 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 (gnurl)[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 82702e4..bb434c9 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -197,7 +197,7 @@ and support for SSL3 and TLS.")
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
-   (inputs `(("gnutls" ,gnutls)
+   (inputs `(("gnutls" ,gnutls/dane)
              ("libidn" ,libidn)
              ("zlib" ,zlib)))
    (native-inputs



reply via email to

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