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.
This commit is contained in:
Marius Bakke 2020-12-03 17:01:18 +01:00
parent c5df560fd3
commit 7177411c34
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

@ -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)))))