Archived
1
0
Fork 0

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
This commit is contained in:
Christopher Baines 2024-04-29 21:23:07 +01:00
parent 418710ccc0
commit 7b2e7ff25a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -7817,7 +7817,7 @@ documentation for Ruby code.")
(lambda _ (lambda _
(invoke "gem" "build" "gem_hadar.gemspec")))))) (invoke "gem" "build" "gem_hadar.gemspec"))))))
(propagated-inputs (propagated-inputs
(list git ruby-tins ruby-yard)) (list git-minimal/pinned ruby-tins ruby-yard))
(synopsis "Library for the development of Ruby gems") (synopsis "Library for the development of Ruby gems")
(description (description
"This library contains some useful functionality to support the "This library contains some useful functionality to support the