guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent


From: Pjotr Prins
Subject: Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent
Date: Sat, 30 May 2015 23:02:01 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

I ran bundler with success using the latest ruby patch :). It requires
a tweak to the environment so the GEM_PATH points at

  $HOME/.guix-profile/lib/ruby/gems/2.2.0/

The script I use to run Ruby is at

  https://github.com/pjotrp/guix-notes/blob/master/scripts/ruby-guix-env

that essentially replaces the old rvm or rbenv! So much better :)

BTW: would it be an idea to name the bundler package ruby-bundler instead?

Pj.

On Fri, May 29, 2015 at 08:27:24PM -0400, Thompson, David wrote:
> On Fri, May 29, 2015 at 5:07 PM, Ludovic Courtès <address@hidden> wrote:
> > David Thompson <address@hidden> skribis:
> >
> >> From 2cc36edb761976fcd4c2a5f5c076fc2d12512cbd Mon Sep 17 00:00:00 2001
> >> From: David Thompson <address@hidden>
> >> Date: Wed, 27 May 2015 21:37:06 -0400
> >> Subject: [PATCH 5/6] gnu: Add bundler.
> >>
> >> * gnu/packages/ruby.scm (bundler): New variable.
> >
> > OK.
> >
> >> +;; Bundler is yet another source of circular dependencies, so we must 
> >> disable
> >> +;; its test suite as well.
> >
> > Is it also because its dependencies depend on it?
> 
> Yes.
> 
> >> From 7d1eb9189646aa9e206c5f6e8c4a4151ad727072 Mon Sep 17 00:00:00 2001
> >> From: David Thompson <address@hidden>
> >> Date: Wed, 27 May 2015 21:38:28 -0400
> >> Subject: [PATCH 6/6] gnu: Add ruby-useragent.
> >>
> >
> > Missing log.  Otherwise LGTM.
> 
> Thanks!  Fixed the log and pushed!
> 
> - Dave
> 

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]