guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.


From: guix-commits
Subject: 07/09: gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
Date: Sat, 17 Jun 2023 05:48:51 -0400 (EDT)

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

commit d79b015a29037defa48786c5193310d574982bb9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 17 10:42:18 2023 +0100

    gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
    
    So that ruby can change without affecting this package and it's julia 
related
    dependents.
    
    * gnu/packages/textutils.scm (utf8proc-2.7.0)[native-inputs]: Explicitly use
    ruby-2.7.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 026264dc27..ba33cf7de7 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -249,7 +249,7 @@ encoding, supporting Unicode version 9.0.0.")
               (sha256
                (base32 
"1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3"))))
           ;; For tests
-          ("ruby" ,ruby)))))))
+          ("ruby" ,ruby-2.7)))))))
 
 (define-public libconfuse
   (package



reply via email to

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