Re: [PATCH 1/2] guix: ruby-build-system: Extract gemspec during 'configure'.

2016-05-25 Thread Ben Woodcroft
On 24/05/16 22:14, Ricardo Wurmus wrote: Hi Ben, I’m in favour of this change. I agree with Dave that the name of this phase should not be “configure”. * guix/build/ruby-build-system.scm [build]: Move extraction from here ... [configure]: ... to here. New variable. [first-gemspec]: New varia

Re: [PATCH 1/2] guix: ruby-build-system: Extract gemspec during 'configure'.

2016-05-24 Thread Ricardo Wurmus
Hi Ben, I’m in favour of this change. I agree with Dave that the name of this phase should not be “configure”. > * guix/build/ruby-build-system.scm [build]: Move extraction from here ... > [configure]: ... to here. New variable. > [first-gemspec]: New variable. > [standard-phases]: Add 'configu

[PATCH 1/2] guix: ruby-build-system: Extract gemspec during 'configure'.

2016-05-21 Thread Ben Woodcroft
* guix/build/ruby-build-system.scm [build]: Move extraction from here ... [configure]: ... to here. New variable. [first-gemspec]: New variable. [standard-phases]: Add 'configure'. --- guix/build/ruby-build-system.scm | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) di