From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQc41-0006ON-Sa for guix-patches@gnu.org; Thu, 29 Jun 2017 12:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQc3y-000074-Lb for guix-patches@gnu.org; Thu, 29 Jun 2017 12:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42156) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQc3y-000070-ID for guix-patches@gnu.org; Thu, 29 Jun 2017 12:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dQc3y-00009I-Dc for guix-patches@gnu.org; Thu, 29 Jun 2017 12:13:02 -0400 Subject: [bug#27360] [core-updates] gnu: intltool: Fix a compatibility issue with Perl 5.26.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <30c1fa5ac5d18f3e1aa86647b227eb6119b7ec5a.1497455099.git.leo@famulari.name> <20170614160347.GA12111@jasmine.lan> <20170629062701.GA4632@jasmine.lan> Date: Thu, 29 Jun 2017 18:11:50 +0200 In-Reply-To: <20170629062701.GA4632@jasmine.lan> (Leo Famulari's message of "Thu, 29 Jun 2017 02:27:01 -0400") Message-ID: <87shiilqnt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 27360@debbugs.gnu.org Hi, Leo Famulari skribis: > From 177de9dd8ebfe160d5937c43c39899c2c84a794b Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Wed, 14 Jun 2017 11:42:38 -0400 > Subject: [PATCH] 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. LGTM, thank you! Ludo=E2=80=99.