Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-09 Thread Ludovic Courtès
David Thompson skribis: > David Thompson writes: > >> This patch addresses the issue of how to ensure that Ruby executables >> are able to load all of the additional Ruby libraries that they need in >> order to work: with a new 'patch-executables' build phase. Instead of >> using wrap-program,

Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-09 Thread Ludovic Courtès
be found. I think this > is reasonable and much like how you must set the proper load paths for > Guile programs to work. Makes sense. > From 614fedc2b359f123dfdf4e31eee30e7ce47e1bd2 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 7 Mar 2015 18:39:52 -0500 >

Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-07 Thread David Thompson
David Thompson writes: > This patch addresses the issue of how to ensure that Ruby executables > are able to load all of the additional Ruby libraries that they need in > order to work: with a new 'patch-executables' build phase. Instead of > using wrap-program, I instead take advantage of the w

[PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-07 Thread David Thompson
set the proper load paths for Guile programs to work. >From 614fedc2b359f123dfdf4e31eee30e7ce47e1bd2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 7 Mar 2015 18:39:52 -0500 Subject: [PATCH] build: ruby: Patch executables to set necessary gem load path. * guix/build/ruby-build-system.scm (gem-directo