From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add ruby 1.8.7 package Date: Mon, 27 Oct 2014 03:24:31 -0400 Message-ID: <87zjciht5c.fsf@netris.org> References: <20141027053009.GA22678@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiefW-00051K-Re for guix-devel@gnu.org; Mon, 27 Oct 2014 03:24:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiefQ-0003rf-Pg for guix-devel@gnu.org; Mon, 27 Oct 2014 03:24:46 -0400 Received: from world.peace.net ([96.39.62.75]:49233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiefQ-0003rZ-LY for guix-devel@gnu.org; Mon, 27 Oct 2014 03:24:40 -0400 In-Reply-To: <20141027053009.GA22678@thebird.nl> (Pjotr Prins's message of "Mon, 27 Oct 2014 06:30:09 +0100") 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: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins writes: > * gnu/packages/ruby.scm: (ruby-1.8): New variable. I pushed this with some minor changes to the commit log, and with the unneeded (guix hash) import removed. I also followed it up with another commit making some improvements to the original ruby package. Thanks! Mark