From 7177411c34be42aa1c539f462f0de191c74a5913 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 3 Dec 2020 17:01:18 +0100 Subject: gnu: gnutls-dane: Inherit from newer GnuTLS. Fixes . * gnu/packages/tls.scm (gnutls/dane): Inherit from GNUTLS/FIXED instead of GNUTLS. --- gnu/packages/tls.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 3b681426ad..28c6d8c392 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -287,7 +287,7 @@ required structures.") ;; Authentication of Named Entities. This is required for GNS functionality ;; by GNUnet and gnURL. This is done in an extra package definition ;; to have the choice between GnuTLS with Dane and without Dane. - (package/inherit gnutls + (package/inherit gnutls/fixed (name "gnutls-dane") (inputs `(("unbound" ,unbound) ,@(package-inputs gnutls))))) -- cgit v1.2.3