David Thompson <dthomps...@worcester.edu> skribis:

> Ruby's native search path for $GEM_PATH looks like
> "/lib/ruby/gems/2.2.0", where the version number at the end is formed by
> the major + minor version of our Ruby package followed a ".0", ignoring
> the patch version.  However, the Ruby build system was installing gems
> into places like "/lib/ruby/gems/2.2.1", using the patch version from
> the Ruby used when building.  Because of this, the search path suggested
> by 'guix package --search-paths' was useless.  This patch fixes that.
>
>
> From c616752342336a1018366d1293621e5a29f72587 Mon Sep 17 00:00:00 2001
> From: David Thompson <dthomps...@worcester.edu>
> Date: Sat, 7 Mar 2015 18:36:13 -0500
> Subject: [PATCH] build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.
>
> * guix/build/ruby-build-system.scm (install): Ignore the Ruby patch version
>   when creating $GEM_HOME.

Sure, please push.

Thanks,
Ludo’.

Reply via email to