guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: texlive-bin: Explicitly use ruby-2.7.


From: guix-commits
Subject: 03/09: gnu: texlive-bin: Explicitly use ruby-2.7.
Date: Sat, 17 Jun 2023 05:48:49 -0400 (EDT)

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

commit d260500b8a68d31eb186412c550e4e5863c44b1b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 17 00:21:50 2023 +0100

    gnu: texlive-bin: Explicitly use ruby-2.7.
    
    To enable changing ruby without affecting texlive-bin.
    
    * gnu/packages/tex.scm (texlive-bin)[inputs]: Explicitly use ruby-2.7.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 537d63a3ba..6c055ed0cd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -316,7 +316,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
        ("pixman" ,pixman)
        ("potrace" ,potrace)
        ("python" ,python)
-       ("ruby" ,ruby)
+       ("ruby" ,ruby-2.7)
        ("tcsh" ,tcsh)
        ("teckit" ,teckit)
        ("zlib" ,zlib)



reply via email to

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