[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ru
From: |
Christopher Baines |
Subject: |
[bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ruby-2.7. |
Date: |
Sun, 18 Jun 2023 12:28:28 +0100 |
As Ruby 3 looks to cause issues.
* gnu/packages/tex.scm (texlive-hyphen-package)[native-inputs]: Explicitly use
ruby-2.7.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ (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
base-commit: e4087930f3ad60918689be5f4bca4ce3e22429f5
--
2.40.1
- [bug#64150] [PATCH 00/24] Various changes to support updating the default ruby., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 02/24] gnu: texlive-hyph-utf8: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ruby-2.7.,
Christopher Baines <=
- [bug#64150] [PATCH 03/24] gnu: texlive-bin: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 11/24] gnu: ruby-tzinfo: Update to 2.0.6., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 14/24] gnu: ruby-shindo: Update to 0.3.10., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 07/24] gnu: utf8proc-2.7.0: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 04/24] gnu: qtbase: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 05/24] gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 06/24] gnu: qtwebengine-5: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 08/24] gnu: webkitgtk: Explicitly use ruby-2., Christopher Baines, 2023/06/18