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.
This commit is contained in:
Christopher Baines 2023-06-01 12:56:05 +01:00
parent ed971aca36
commit 8f8b11b95a
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -2763,7 +2763,7 @@ T1/EC and UTF-8 encodings.")
(string-append out "/share/texmf-dist/tex/luatex/hyph-utf8/"))) (string-append out "/share/texmf-dist/tex/luatex/hyph-utf8/")))
#t))))) #t)))))
(native-inputs (native-inputs
(list ruby (list ruby-2.7
texlive-bin texlive-bin
;; The following packages are needed for build "tex.fmt", which we need ;; The following packages are needed for build "tex.fmt", which we need
;; for a working "tex". ;; for a working "tex".