guix-commits
[Top][All Lists]
Advanced

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

86/94: gnu: ruby-heredoc-unindent: Fix build.


From: guix-commits
Subject: 86/94: gnu: ruby-heredoc-unindent: Fix build.
Date: Mon, 3 Jul 2023 06:06:38 -0400 (EDT)

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

commit 37df64c87ae098f11110d1c78e8b50e5f1bd2285
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 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



reply via email to

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