guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 07/36: gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
Date: Tue, 20 Jun 2023 17:19:22 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 55f4ad865bd7300cb6a16e32ebf443a220726150
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]