On Tue, Aug 18, 2015 at 11:18 AM, Ludovic Courtès <l...@gnu.org> wrote: > "Thompson, David" <dthomps...@worcester.edu> skribis > >> I would like to apply the below patch ASAP and get to work on 'guix >> import gem' if there are no objections. > > No objections here. > >> From ee027442dd968734831eb372fcf502dcfaad7623 Mon Sep 17 00:00:00 2001 >> From: David Thompson <dthomps...@worcester.edu> >> Date: Sun, 26 Jul 2015 22:01:54 -0400 >> Subject: [PATCH] build: ruby: Rewrite build system to use gem archives. >> >> Co-Authored-By: Pjotr Prins <pjotr.publi...@thebird.nl> >> >> * guix/build-system/ruby.scm (lower): Remove git dependency. >> (rubygems-uri): New procedure. >> * guix/build/ruby-build-system (gitify, build): Delete. >> (unpack): Use 'gem unpack' utility. >> (check): Add docstring. >> (install): Rebuild unpacked gem and install it. >> (%standard-phases): Remove gitify and build phases. >> * gnu/packages/ruby.scm (ruby-hoe, ruby-rake-compiler, ruby-i18n, >> ruby-rspec-support, ruby-rspec-core, ruby-diff-lcs-for-rspec, >> ruby-rspec-expectations, ruby-rspec-mocks, ruby-rspec, bundler, >> ruby-useragent, ruby-bacon, ruby-arel, ruby-connection-pool, >> ruby-net-http-persistent, ruby-minitest, ruby-minitest-sprint, >> ruby-minitest-bacon, ruby-daemons, ruby-git, ruby-slop, >> ruby-multipart-post): Convert to new build system. > > Does guix.texi need an update?
I added a paragraph about the requiring a gem archive in the source field and pushed. Thanks! - Dave