From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: guix environment Date: Mon, 15 Jun 2015 15:22:55 -0400 Message-ID: References: <20150615065554.GA17263@thebird.nl> <20150615191006.GA21528@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4ZyF-0001uN-Jl for guix-devel@gnu.org; Mon, 15 Jun 2015 15:23:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4ZyC-0002I0-7U for guix-devel@gnu.org; Mon, 15 Jun 2015 15:22:59 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4ZyC-0002Hq-1w for guix-devel@gnu.org; Mon, 15 Jun 2015 15:22:56 -0400 Received: by pacgb13 with SMTP id gb13so41136979pac.1 for ; Mon, 15 Jun 2015 12:22:55 -0700 (PDT) In-Reply-To: <20150615191006.GA21528@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 On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins wrote: > On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote: >> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins wrote: >> > >> > Would it be OK to add some RUBY paths? >> >> What additional Ruby search paths are needed? We already have $GEM_PATH. > > $GEM_HOME This one doesn't make sense because it specifies where gems are to be installed. Store items are immutable, so one cannot install gems into them. > $GEM_SPEC_CACHE Is this a real search path or can it only point to a single cache directory? If the latter, it cannot be a native search path in a package recipe. - Dave