diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-14 11:42:38 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-29 16:56:16 -0400 |
commit | 92cb946bd9d78cb8f6aa8418d505f52da6894ab4 (patch) | |
tree | 8b42568e5daa42a8c83babfd7220bd5c7a0f0a94 /gnu/packages/glib.scm | |
parent | 503a4df904b8d4b82caebdb17db9c5f76a952418 (diff) | |
download | patches-92cb946bd9d78cb8f6aa8418d505f52da6894ab4.tar patches-92cb946bd9d78cb8f6aa8418d505f52da6894ab4.tar.gz |
gnu: intltool: Fix a compatibility issue with Perl 5.26.0.
* gnu/packages/patches/intltool-perl-compatibility.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (intltool)[source]: Use it.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index fcd1daf5e8..926703e159 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -347,6 +347,7 @@ bindings to call into the C library.") (uri (string-append "https://launchpad.net/intltool/trunk/" version "/+download/intltool-" version ".tar.gz")) + (patches (search-patches "intltool-perl-compatibility.patch")) (sha256 (base32 "1karx4sb7bnm2j67q0q74hspkfn6lqprpy5r99vkn5bb36a4viv7")))) |