Skip to content
Snippets Groups Projects
Unverified Commit dd2c73f6 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: wget: Use libidn2.

Suggested by Efraim Flashner <efraim@flashner.co.il>.

Fixes support for internationalized domain names.

* gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2.
parent 0418ff7a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ (define-public wget ...@@ -45,7 +45,7 @@ (define-public wget
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gnutls" ,gnutls) `(("gnutls" ,gnutls)
("libidn" ,libidn) ("libidn2" ,libidn2)
("libpsl" ,libpsl))) ("libpsl" ,libpsl)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment