Re: [PATCH] build: ruby: Add gitify phase.

2015-03-02 Thread Ludovic Courtès
David Thompson skribis: > David Thompson writes: > >> This patch solves a blocking issue for packaging a very large number of >> Ruby gems, which is that the build process assumes you are working out >> of a git repository. > > Bump. I'm going to push this with the other Ruby related patches I'

Re: [PATCH] build: ruby: Add gitify phase.

2015-02-28 Thread David Thompson
David Thompson writes: > This patch solves a blocking issue for packaging a very large number of > Ruby gems, which is that the build process assumes you are working out > of a git repository. Bump. I'm going to push this with the other Ruby related patches I've made recently if there are no ob

[PATCH] build: ruby: Add gitify phase.

2015-02-24 Thread David Thompson
500 Subject: [PATCH] build: ruby: Add gitify phase. * guix/build-system/ruby.scm (lower): Add git as implicit input. * guix/build/ruby-build-system.scm (gitify): New procedure. (%standard-phases): Add gitify phase. --- guix/build-system/ruby.scm | 32 +--- guix/bu