mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-io-socket-ssl: Add IDN support.
* gnu/packages/web.scm (perl-io-socket-ssl)[propagated-inputs]: Add perl-uri for IDN support. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
73020459b3
commit
578aeea6cd
1 changed files with 4 additions and 1 deletions
|
@ -2401,7 +2401,10 @@ (define-public perl-io-socket-ssl
|
|||
(patches (search-patches
|
||||
"perl-io-socket-ssl-openssl-1.0.2f-fix.patch"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs `(("perl-net-ssleay" ,perl-net-ssleay)))
|
||||
(propagated-inputs
|
||||
`(("perl-net-ssleay" ,perl-net-ssleay)
|
||||
;; for IDN support
|
||||
("perl-uri" ,perl-uri)))
|
||||
(synopsis "Nearly transparent SSL encapsulation for IO::Socket::INET")
|
||||
(description
|
||||
"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the
|
||||
|
|
Loading…
Reference in a new issue