diff mbox series

[bug#64150,03/24] gnu: texlive-bin: Explicitly use ruby-2.7.

Message ID 0b50872806cbce626c05c2f9402da29ee242d0de.1687087731.git.mail@cbaines.net
State New
Headers show
Series Various changes to support updating the default ruby. | expand

Commit Message

Christopher Baines June 18, 2023, 11:28 a.m. UTC
To enable changing ruby without affecting texlive-bin.

* gnu/packages/tex.scm (texlive-bin)[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 mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 537d63a3ba..6c055ed0cd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -316,7 +316,7 @@  (define-public texlive-bin
        ("pixman" ,pixman)
        ("potrace" ,potrace)
        ("python" ,python)
-       ("ruby" ,ruby)
+       ("ruby" ,ruby-2.7)
        ("tcsh" ,tcsh)
        ("teckit" ,teckit)
        ("zlib" ,zlib)