me
/
guix
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
master
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
1 changed files with 1 additions and 1 deletions

View File

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