From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 3/6] gnu: Add perl-date-manip. Date: Fri, 10 Jul 2015 10:09:20 +0200 Message-ID: <20150710080920.GC4232@debian> References: <1436488689-4078-1-git-send-email-ericbavier@openmailbox.org> <1436488689-4078-3-git-send-email-ericbavier@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDTNC-0003gr-Aq for guix-devel@gnu.org; Fri, 10 Jul 2015 04:09:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDTN7-0003GU-Vr for guix-devel@gnu.org; Fri, 10 Jul 2015 04:09:30 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:65321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDTN7-0003Fg-MM for guix-devel@gnu.org; Fri, 10 Jul 2015 04:09:25 -0400 Content-Disposition: inline In-Reply-To: <1436488689-4078-3-git-send-email-ericbavier@openmailbox.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ericbavier@openmailbox.org Cc: guix-devel@gnu.org, Eric Bavier On Thu, Jul 09, 2015 at 07:38:06PM -0500, ericbavier@openmailbox.org wrote: > + (arguments > + ;; Tests would require tzdata for timezone information, but tzdata is in > + ;; (gnu packages base) which would create a circular dependency. TODO: > + ;; Maybe put this package elsewhere so we can turn on tests. > + '(#:tests? #f)) Would it be enough to selectively import only tzdata here? > + (description "") Empty description. Andreas