mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
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:
parent
8f8b11b95a
commit
0f1da56056
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use.
|
|||
("pixman" ,pixman)
|
||||
("potrace" ,potrace)
|
||||
("python" ,python)
|
||||
("ruby" ,ruby)
|
||||
("ruby" ,ruby-2.7)
|
||||
("tcsh" ,tcsh)
|
||||
("teckit" ,teckit)
|
||||
("zlib" ,zlib)
|
||||
|
|
Loading…
Add table
Reference in a new issue