gnu: texlive-hyphen-package: Explicitly use ruby-2.7.
As Ruby 3 looks to cause issues. * gnu/packages/tex.scm (texlive-hyphen-package)[native-inputs]: Explicitly use ruby-2.7.
This commit is contained in:
parent
392f9db976
commit
ed971aca36
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ (define (texlive-hyphen-package name code locations hash)
|
|||
(string-append "File.join(\"" ptex "\"")))
|
||||
(invoke "ruby" "generate-ptex-patterns.rb")))))))))
|
||||
(native-inputs
|
||||
(list ruby ruby-hydra-minimal hyph-utf8-scripts))
|
||||
(list ruby-2.7 ruby-hydra-minimal hyph-utf8-scripts))
|
||||
(home-page "https://ctan.org/pkg/hyph-utf8"))))
|
||||
|
||||
(define texlive-extra-src
|
||||
|
|
Loading…
Reference in a new issue