mbakke pushed a commit to branch master
in repository guix.

commit 7177411c34be42aa1c539f462f0de191c74a5913
Author: Marius Bakke <[email protected]>
AuthorDate: Thu Dec 3 17:01:18 2020 +0100

    gnu: gnutls-dane: Inherit from newer GnuTLS.
    
    Fixes <https://bugs.gnu.org/44914>.
    
    * 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 3b68142..28c6d8c 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)))))

Reply via email to