diff options
| author | Christopher Baines <mail@cbaines.net> | 2024-04-29 21:23:07 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2024-05-12 18:58:17 +0100 |
| commit | 7b2e7ff25a58412757100d401b50f6e39b3da354 (patch) | |
| tree | 3fa4b4fceba2da9c243dbf4b92fcd01e6768b21a /gnu/packages/ruby.scm | |
| parent | 418710ccc06f27b808c5e485075312ea406e42db (diff) | |
gnu: ruby-gem-hadar: Use git-minimal/pinned.
This helps reduce the dependencies on git, as I think it's find to build
ruby-gem-hadar with a slightly older git, at least during periods when
git-minimal/pinned needs updating.
* gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use
git-minimal/pinned.
Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 0541bb95622..9449e099174 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -7817,7 +7817,7 @@ documentation for Ruby code.") | |||
| 7817 | (lambda _ | 7817 | (lambda _ |
| 7818 | (invoke "gem" "build" "gem_hadar.gemspec")))))) | 7818 | (invoke "gem" "build" "gem_hadar.gemspec")))))) |
| 7819 | (propagated-inputs | 7819 | (propagated-inputs |
| 7820 | (list git ruby-tins ruby-yard)) | 7820 | (list git-minimal/pinned ruby-tins ruby-yard)) |
| 7821 | (synopsis "Library for the development of Ruby gems") | 7821 | (synopsis "Library for the development of Ruby gems") |
| 7822 | (description | 7822 | (description |
| 7823 | "This library contains some useful functionality to support the | 7823 | "This library contains some useful functionality to support the |
