mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
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:
parent
ed971aca36
commit
8f8b11b95a
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Reference in a new issue