From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7a3R-0006JQ-C8 for guix-patches@gnu.org; Thu, 26 Oct 2017 00:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7a3O-0005fj-81 for guix-patches@gnu.org; Thu, 26 Oct 2017 00:46:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7a3O-0005fd-3j for guix-patches@gnu.org; Thu, 26 Oct 2017 00:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e7a3N-00013B-U9 for guix-patches@gnu.org; Thu, 26 Oct 2017 00:46:01 -0400 Subject: [bug#28976] [PATCH] gnu: calcurse: Used the "fixed" test-only tzdata for tests. Resent-Message-ID: Date: Wed, 25 Oct 2017 18:45:47 -0500 From: Eric Bavier Message-ID: <20171025184547.4d1d09db@centurylink.net> In-Reply-To: <9837a4ec75391450ba672dd3b06fa07cc178e2dc.1508875983.git.leo@famulari.name> References: <9837a4ec75391450ba672dd3b06fa07cc178e2dc.1508875983.git.leo@famulari.name> 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: 28976@debbugs.gnu.org On Tue, 24 Oct 2017 16:13:04 -0400 Leo Famulari wrote: > * gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ... > [native-inputs]: tzdata-2017a. > [arguments]: Add tzdata-2017a to #:disallowed-references. > --- > gnu/packages/calcurse.scm | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) >=20 > diff --git a/gnu/packages/calcurse.scm b/gnu/packages/calcurse.scm > index 20a9a8fb4..826b1f1d0 100644 > --- a/gnu/packages/calcurse.scm > +++ b/gnu/packages/calcurse.scm > @@ -1,5 +1,6 @@ > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright =C2=A9 2014, 2015, 2017 Eric Bavier > +;;; Copyright =C2=A9 2014, 2015, 2017 Leo Famulari Do you want all the copyright years? or copy-paste error? Otherwise LGTM! Thanks, `~Eric