guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: wget: Use libidn2.


From: Leo Famulari
Subject: 02/02: gnu: wget: Use libidn2.
Date: Mon, 6 Feb 2017 01:34:30 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit dd2c73f6a0ee6365849e6b442e9d8768a77c0599
Author: Leo Famulari <address@hidden>
Date:   Sat Feb 4 17:08:27 2017 +0100

    gnu: wget: Use libidn2.
    
    Suggested by Efraim Flashner <address@hidden>.
    
    Fixes support for internationalized domain names.
    
    * gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2.
---
 gnu/packages/wget.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 962d689..a1612f5 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -45,7 +45,7 @@
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)
-       ("libidn" ,libidn)
+       ("libidn2" ,libidn2)
        ("libpsl" ,libpsl)))
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]