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

2015-03-09 Thread Ludovic Courtès
load paths for Guile programs to work. Makes sense. From 614fedc2b359f123dfdf4e31eee30e7ce47e1bd2 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sat, 7 Mar 2015 18:39:52 -0500 Subject: [PATCH] build: ruby: Patch executables to set necessary gem load path

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

2015-03-09 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: David Thompson dthomps...@worcester.edu 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

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

2015-03-07 Thread David Thompson
614fedc2b359f123dfdf4e31eee30e7ce47e1bd2 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu 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-directory): New procedure. (install

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

2015-03-07 Thread David Thompson
David Thompson dthomps...@worcester.edu 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