From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/2] gnu: Add perl-zip Date: Tue, 26 Aug 2014 22:00:48 +0200 Message-ID: <20140826200048.GB10749@debian> References: <1409079874-4084-1-git-send-email-john@darrington.wattle.id.au> <1409079874-4084-2-git-send-email-john@darrington.wattle.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMMvN-00082u-Qo for guix-devel@gnu.org; Tue, 26 Aug 2014 16:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMMvH-0000pp-IC for guix-devel@gnu.org; Tue, 26 Aug 2014 16:01:01 -0400 Content-Disposition: inline In-Reply-To: <1409079874-4084-2-git-send-email-john@darrington.wattle.id.au> 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: john@darrington.wattle.id.au Cc: guix-devel@gnu.org, John Darrington On Tue, Aug 26, 2014 at 09:04:34PM +0200, john@darrington.wattle.id.au wrote: > +(define-public perl-zip > + "mirror://cpan/authors/id/A/AD/ADAMK/Archive-Zip-" > + version ".tar.gz")) Should the package not be called perl-archive-zip in accordance with our perl modules naming guideline? Andreas