mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: ruby-heredoc-unindent: Fix build.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[native-inputs]: Use ruby-hoe-3.
This commit is contained in:
parent
d0d3c6c914
commit
6a7e758aed
1 changed files with 1 additions and 1 deletions
|
@ -13636,7 +13636,7 @@ (define-public ruby-heredoc-unindent
|
||||||
"14ijr2fsjwhrkjkcaz81d5xnfa4vvgvcflrff83avqw9klm011yw"))))
|
"14ijr2fsjwhrkjkcaz81d5xnfa4vvgvcflrff83avqw9klm011yw"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-hoe))
|
(list ruby-hoe-3))
|
||||||
(home-page "https://github.com/adrianomitre/heredoc_unindent")
|
(home-page "https://github.com/adrianomitre/heredoc_unindent")
|
||||||
(synopsis "Heredoc indentation cleaner")
|
(synopsis "Heredoc indentation cleaner")
|
||||||
(description "This gem removes common margin from indented strings, such
|
(description "This gem removes common margin from indented strings, such
|
||||||
|
|
Loading…
Reference in a new issue