guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: texlive-hyphen-package: Explicitly use ruby-2.7.


From: guix-commits
Subject: 01/09: gnu: texlive-hyphen-package: Explicitly use ruby-2.7.
Date: Sat, 17 Jun 2023 05:48:47 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit 05bc09a77fd9ab18d114ed27d2a8e06cd31d0b40
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 1 11:42:10 2023 +0100

    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.
---
 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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]