guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: ruby-heredoc-unindent: Fix build.


From: guix-commits
Subject: 04/05: gnu: ruby-heredoc-unindent: Fix build.
Date: Sat, 1 Jul 2023 05:26:11 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit bcdc5565561aa385440cccf0c5590a9d0b2211c5
Author: Christopher Baines <mail@cbaines.net>
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 af47d4ad6f..62cbfa8c16 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13635,7 +13635,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]