guix-commits
[Top][All Lists]
Advanced

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

02/36: gnu: texlive-hyph-utf8: Explicitly use ruby-2.7.


From: guix-commits
Subject: 02/36: gnu: texlive-hyph-utf8: Explicitly use ruby-2.7.
Date: Tue, 20 Jun 2023 17:19:20 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 8f8b11b95ad4a8aac25f83d2468491433365d195
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 1 12:56:05 2023 +0100

    gnu: texlive-hyph-utf8: Explicitly use ruby-2.7.
    
    As Ruby 3 looks to cause issues.
    
    * gnu/packages/tex.scm (texlive-hyph-utf8)[native-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 e01f33304d..537d63a3ba 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2763,7 +2763,7 @@ T1/EC and UTF-8 encodings.")
                 (string-append out "/share/texmf-dist/tex/luatex/hyph-utf8/")))
              #t)))))
     (native-inputs
-     (list ruby
+     (list ruby-2.7
            texlive-bin
            ;; The following packages are needed for build "tex.fmt", which we 
need
            ;; for a working "tex".



reply via email to

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