gnu: libmicrohttpd: Use 'gnutls/dane' as input.
authorng0 <ng0@infotropique.org>
Mon, 21 Aug 2017 09:45:54 +0000 (09:45 +0000)
committerChristopher Baines <mail@cbaines.net>
Sun, 1 Oct 2017 09:50:37 +0000 (10:50 +0100)
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 <mail@cbaines.net>
gnu/packages/gnunet.scm

index bb434c9..9857499 100644 (file)
@@ -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)))