efraim pushed a commit to branch master
in repository guix.

commit 578aeea6cd949fb5daf683378c5c6c154bafd184
Author: ng0 <n...@we.make.ritual.n0.is>
Date:   Fri Jul 22 00:01:03 2016 +0000

    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 <efr...@flashner.co.il>
---
 gnu/packages/web.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c2cae27..33c1e88 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2401,7 +2401,10 @@ and IPv6 sockets, intended as a replacement for 
IO::Socket::INET.")
               (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

Reply via email to