diff options
author | ng0 <ng0@infotropique.org> | 2017-08-21 09:38:55 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-10-01 10:50:37 +0100 |
commit | fd67e3a22f9ce7298bfecb94bcf804378ed9220d (patch) | |
tree | 6e3cb79a3ca32bd5a08489367ba72dd5c7ba3d2e | |
parent | 5b9aa107d28f1187e3dde5b3e9aee3bf580b5475 (diff) | |
download | patches-fd67e3a22f9ce7298bfecb94bcf804378ed9220d.tar patches-fd67e3a22f9ce7298bfecb94bcf804378ed9220d.tar.gz |
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 <mail@cbaines.net>
-rw-r--r-- | gnu/packages/gnunet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 82702e4e84..bb434c9ece 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 |