gnu: gnutls: Support internationalized domain names.

* gnu/packages/tls.scm (gnutls)[propagated-inputs]: Replace libidn with
libidn2.
This commit is contained in:
Leo Famulari 2017-02-24 13:37:18 -05:00
parent c71011f80f
commit 55e61c4db8
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -198,7 +198,7 @@ living in the same process.")
(propagated-inputs
;; These are all in the 'Requires.private' field of gnutls.pc.
`(("libtasn1" ,libtasn1)
("libidn" ,libidn)
("libidn2" ,libidn2)
("nettle" ,nettle)
("zlib" ,zlib)))
(home-page "https://www.gnu.org/software/gnutls/")