mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gnutls: Support internationalized domain names.
* gnu/packages/tls.scm (gnutls)[propagated-inputs]: Replace libidn with libidn2.
This commit is contained in:
parent
c71011f80f
commit
55e61c4db8
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ (define-public gnutls
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue