On Sun, Sep 6, 2015 at 5:34 PM, Ludovic Courtès <l...@gnu.org> wrote: > David Thompson <dthomps...@worcester.edu> skribis: > >> From 8f29026d37a66d8bcbddc6f32a6354d93d40f50d Mon Sep 17 00:00:00 2001 >> From: David Thompson <dthomps...@worcester.edu> >> Date: Sat, 29 Aug 2015 21:55:12 -0400 >> Subject: [PATCH 1/2] build: ruby: Avoid long build directory names. >> >> Having the hash of the source gem in the source directory file name proved to >> be problematic when running the test suite for the 'pg' gem that creates >> UNIX-domain sockets in the source directory and exceeded the 108 character >> limit on GNU/Linux systems. >> >> * guix/build/ruby-build-system.scm (unpack): Rename unpacked gem directory to >> "gem". > > Heh, LGTM. > >> From efced81a77bc4a5a72a430987ab8168196358d47 Mon Sep 17 00:00:00 2001 >> From: David Thompson <dthomps...@worcester.edu> >> Date: Sat, 29 Aug 2015 22:03:51 -0400 >> Subject: [PATCH 2/2] gnu: Add ruby-pg. >> >> * gnu/packages/ruby.scm (ruby-pg): New variable. > > OK.
Pushed, thanks! - Dave