From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fK8Mc-0007nS-TW for guix-patches@gnu.org; Sat, 19 May 2018 16:22:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fK8Mc-0000Bx-3P for guix-patches@gnu.org; Sat, 19 May 2018 16:22:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fK8Mb-0000Bi-Vi for guix-patches@gnu.org; Sat, 19 May 2018 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fK8Mb-0000P9-N4 for guix-patches@gnu.org; Sat, 19 May 2018 16:22:01 -0400 Subject: [bug#31484] [PATCH] gnu: icu4c: Patch zoneinfo directory. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180517125834.7417-1-mail@cbaines.net> Date: Sat, 19 May 2018 22:21:42 +0200 In-Reply-To: <20180517125834.7417-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 17 May 2018 13:58:34 +0100") Message-ID: <878t8fpfah.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: Christopher Baines Cc: 31484@debbugs.gnu.org Hello, Christopher Baines skribis: > Replace the hardcoded /usr/share/zoneinfo file with a reference to the tz= data > package. > > * gnu/packages/icu4c.scm (icu4c)[inputs]: Add tzdata. > [arguments]: Add a patch-zoneinfo-directory phase. Good catch. I wonder if icu4c should instead depend on =E2=80=98tzdata-for-tests=E2=80= =99, which is changed less frequently to avoid full rebuilds? Maybe Leo can comment. I hope icu4c also honors the TZDIR environment variable, which would allow users to have it refer to the latest version. Do you know if that=E2=80=99s the case? Last thing: this would probably be for =E2=80=98core-updates-next=E2=80=99. Thanks, Ludo=E2=80=99.