From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] gnu: Add ruby-libxml and bioruby. Date: Thu, 17 Sep 2015 07:24:30 +0200 Message-ID: <20150917052430.GC9866@thebird.nl> References: <55f80bd4.pVH9EKb+UmuOGLkt%pjotr.public12@thebird.nl> <20150915131935.GA2778@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcRiO-0001jP-QK for guix-devel@gnu.org; Thu, 17 Sep 2015 01:26:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcRiL-0001bj-Lr for guix-devel@gnu.org; Thu, 17 Sep 2015 01:26:36 -0400 Received: from mail.thebird.nl ([95.154.246.10]:58576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcRiL-0001bR-Gg for guix-devel@gnu.org; Thu, 17 Sep 2015 01:26:33 -0400 Content-Disposition: inline In-Reply-To: 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: "Thompson, David" Cc: guix-devel On Tue, Sep 15, 2015 at 10:39:56AM -0400, Thompson, David wrote: > That is odd. Coreutils is most definitely there. I added this to a > build phase of another Ruby package and rebuilt it: > > (pk 'ECHO (which "echo")) > > And the file name for echo was indeed displayed. That is a useful trick :) Pj.