gnu: texlive-bin: Explicitly use ruby-2.7.

To enable changing ruby without affecting texlive-bin.

* gnu/packages/tex.scm (texlive-bin)[inputs]: Explicitly use ruby-2.7.
This commit is contained in:
Christopher Baines 2023-06-17 00:21:50 +01:00
parent 8f8b11b95a
commit 0f1da56056
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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