On Sun, Jul 19, 2015 at 4:44 PM, Ludovic Courtès wrote:
> Pjotr Prins skribis:
>
>> On Sat, Jul 18, 2015 at 05:20:28PM +0200, Ludovic Courtès wrote:
>>> > (zero? (system* "gem" "install" "--local"
>>> > -"--bindir" (string-append out "/bin")
>>> > +
On Sun, Jul 19, 2015 at 10:44:18PM +0200, Ludovic Courtès wrote:
> > On Sat, Jul 18, 2015 at 05:20:28PM +0200, Ludovic Courtès wrote:
> >> > (zero? (system* "gem" "install" "--local"
> >> > -"--bindir" (string-append out "/bin")
> >> > +"--bindir" (s
Pjotr Prins skribis:
> On Sat, Jul 18, 2015 at 05:20:28PM +0200, Ludovic Courtès wrote:
>> > (zero? (system* "gem" "install" "--local"
>> > -"--bindir" (string-append out "/bin")
>> > +"--bindir" (string-append out "/bin") "--"
>> > +
On Sat, Jul 18, 2015 at 05:20:28PM +0200, Ludovic Courtès wrote:
> > (zero? (system* "gem" "install" "--local"
> > -"--bindir" (string-append out "/bin")
> > +"--bindir" (string-append out "/bin") "--"
> > +(string-join (cond (nul
Pjotr Prins skribis:
> From ce8cfeadc8a661ff0fe0b96dc241d0063ed49ba3 Mon Sep 17 00:00:00 2001
> From: pjotrp
> Date: Mon, 13 Jul 2015 15:32:36 +0200
> Subject: [PATCH] build: ruby: Add 'gem-flags' key to ruby build system
>
> * guix/build-system/ruby.scm (build):
0fe0b96dc241d0063ed49ba3 Mon Sep 17 00:00:00 2001
> From: pjotrp
> Date: Mon, 13 Jul 2015 15:32:36 +0200
> Subject: [PATCH] build: ruby: Add 'gem-flags' key to ruby build system
>
> * guix/build-system/ruby.scm (build): add 'gem-flags' key
> * guix/build/ruby
p 17 00:00:00 2001
From: pjotrp
Date: Mon, 13 Jul 2015 15:32:36 +0200
Subject: [PATCH] build: ruby: Add 'gem-flags' key to ruby build system
* guix/build-system/ruby.scm (build): add 'gem-flags' key
* guix/build/ruby-build-system.scm (build): use 'gem-flags' key
---
guix/b