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'
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
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