diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-01 11:42:10 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:04:46 +0100 |
commit | ed971aca3639eb1eb0952495739a44af449a1f60 (patch) | |
tree | eaa22251437be402025e414341223ce8fa1660e8 /gnu | |
parent | 392f9db97687bfb6195e65a28e1710f22b6cb972 (diff) |
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.
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 b55dd2a5fd..e01f33304d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -236,7 +236,7 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use. (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 |