mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add ruby-hoe-3.
Some packages tests fail due to Hoe not parsing the README, so this provides a way around that. * gnu/packages/ruby.scm (ruby-hoe-3): New variable.
This commit is contained in:
parent
135c9af111
commit
d0d3c6c914
1 changed files with 11 additions and 0 deletions
|
@ -406,6 +406,17 @@ (define-public ruby-hoe
|
|||
(home-page "https://www.zenspider.com/projects/hoe.html")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-hoe-3
|
||||
(package
|
||||
(inherit ruby-hoe)
|
||||
(version "3.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "hoe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02vmphnfzna1dbb1l5nczcvlvvsg4flr26bdhmvdyf447bpswa63"))))))
|
||||
|
||||
(define-public ruby-rake-compiler
|
||||
(package
|
||||
(name "ruby-rake-compiler")
|
||||
|
|
Loading…
Reference in a new issue