guix-patches
[Top][All Lists]
Advanced

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

[bug#64150] [PATCH 07/24] gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.


From: Christopher Baines
Subject: [bug#64150] [PATCH 07/24] gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
Date: Sun, 18 Jun 2023 12:28:34 +0100

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.

Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 @@ (define-public utf8proc-2.7.0
               (sha256
                (base32 
"1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3"))))
           ;; For tests
-          ("ruby" ,ruby)))))))
+          ("ruby" ,ruby-2.7)))))))
 
 (define-public libconfuse
   (package
-- 
2.40.1






reply via email to

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