From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] gnu: Add ruby 1.8.7 Date: Mon, 27 Oct 2014 06:17:38 +0100 Message-ID: <20141027051738.GA22603@thebird.nl> References: <20141026203111.GA20849@thebird.nl> <87wq7mpfs0.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xich1-0007iJ-S3 for guix-devel@gnu.org; Mon, 27 Oct 2014 01:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xicgu-0007h1-55 for guix-devel@gnu.org; Mon, 27 Oct 2014 01:18:11 -0400 Content-Disposition: inline In-Reply-To: <87wq7mpfs0.fsf@yeeloong.lan> 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: Mark H Weaver Cc: guix-devel@gnu.org On Sun, Oct 26, 2014 at 07:33:51PM -0400, Mark H Weaver wrote: > > +(define-public ruby-1.8 > > + (package (inherit ruby) > > + (name "ruby") > > Is there a reason to repeat the 'name' field here? > It should be inherited. it won't compile without.