diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-01 12:56:05 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:04:49 +0100 |
commit | 8f8b11b95ad4a8aac25f83d2468491433365d195 (patch) | |
tree | 49cf34ca103094525d6218a902d0aebe655aac77 /gnu | |
parent | ed971aca3639eb1eb0952495739a44af449a1f60 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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". |