From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: Add ruby-nokogiri Date: Thu, 18 Feb 2016 09:05:26 +1000 Message-ID: <56C4FCB6.2080108@uq.edu.au> References: <20150713130956.GC28969@thebird.nl> <877fq4i41n.fsf@elephly.net> <20150714090613.GA1523@thebird.nl> <20160217223708.GA7805@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWBAA-0004wb-3l for guix-devel@gnu.org; Wed, 17 Feb 2016 18:05:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWBA4-0006mp-DB for guix-devel@gnu.org; Wed, 17 Feb 2016 18:05:37 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:59922 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWBA3-0006mZ-Ms for guix-devel@gnu.org; Wed, 17 Feb 2016 18:05:32 -0500 In-Reply-To: <20160217223708.GA7805@thebird.nl> 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" On 18/02/16 08:37, Pjotr Prins wrote: > There you go :) Share the love. > > http://www.nokogiri.org/tutorials/installing_nokogiri.html#gnu_guix Excellent. However, I'm not sure that is entirely correct: > guix package -i ruby-nokogiri >will install Nokogiri with tool and libraries and all its dependencies (including a recent Ruby, libxml2 and libxslt). It doesn't install Ruby unless you make it guix package -i ruby-nokogiri ruby right? ben