From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Correct libical zoneinfo search path. Date: Wed, 11 May 2016 15:48:40 +0200 Message-ID: <87mvnwwvrb.fsf@gnu.org> References: <20160510000616.4a9522e2@openmailbox.org> <20160510000811.42fc6522@openmailbox.org> <87h9e6ghm4.fsf@gnu.org> <20160510165840.19dad23c@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0UVO-0001ta-Bi for guix-devel@gnu.org; Wed, 11 May 2016 09:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0UVJ-0005JB-6t for guix-devel@gnu.org; Wed, 11 May 2016 09:48:49 -0400 In-Reply-To: <20160510165840.19dad23c@openmailbox.org> (Kei Yamashita's message of "Tue, 10 May 2016 16:58:40 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Yamashita Cc: guix-devel@gnu.org Kei Yamashita skribis: > Is this what you mean? > > + (let ((tzdata (assoc-ref %build-inputs "tzdata"))) > + (substitute* "src/libical/icaltz-util.c" > + (("char \\*search_paths \\[\\] =3D.*$") > + (string-append > + "char *search_paths [] =3D " > + "{\"" tzdata "/share/zoneinfo\"};\n")))) Exactly. > From 3a1e3ef7815fb1ee7e79c00103471c01524de7dd Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 10 May 2016 16:56:42 -0400 > Subject: [PATCH] gnu: Correct libical zoneinfo search path. > > * gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant > zoneinfo folders with location of tzdata's zoneinfo folder. Pushed, thank you! Ludo=E2=80=99.