cbaines pushed a commit to branch master
in repository guix.
commit 6a7e758aed3bc569ec961d5771fdb82a9572107e
Author: Christopher Baines <[email protected]>
AuthorDate: Sat Jul 1 10:07:56 2023 +0100
gnu: ruby-heredoc-unindent: Fix build.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[native-inputs]: Use
ruby-hoe-3.
---
gnu/packages/ruby.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ee027d7da1..8cf5b0d8c9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13636,7 +13636,7 @@ hashes more powerful.")
"14ijr2fsjwhrkjkcaz81d5xnfa4vvgvcflrff83avqw9klm011yw"))))
(build-system ruby-build-system)
(native-inputs
- (list ruby-hoe))
+ (list ruby-hoe-3))
(home-page "https://github.com/adrianomitre/heredoc_unindent")
(synopsis "Heredoc indentation cleaner")
(description "This gem removes common margin from indented strings, such