guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: texlive-hyphen-package: Explicitly use ruby-2.7.


From: guix-commits
Subject: 02/04: gnu: texlive-hyphen-package: Explicitly use ruby-2.7.
Date: Thu, 1 Jun 2023 07:58:49 -0400 (EDT)

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

commit 2eb3c8306b7d6b37cefdb810d140b3767922ab1f
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 3ec2b7bbf7..c3414beb87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -235,7 +235,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]