mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: texlive-texmf: Replace python-2 by python.
* gnu/packages/tex.scm (texlive-texmf)[inputs]: Replace python-2 by python.
This commit is contained in:
parent
49c873e7ec
commit
d41acb452d
1 changed files with 1 additions and 1 deletions
|
@ -6293,7 +6293,7 @@ (define texlive-texmf
|
||||||
`(("texlive-bin" ,texlive-bin)
|
`(("texlive-bin" ,texlive-bin)
|
||||||
("lua" ,lua)
|
("lua" ,lua)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
("python" ,python)
|
||||||
("ruby" ,ruby)
|
("ruby" ,ruby)
|
||||||
("tcsh" ,tcsh)))
|
("tcsh" ,tcsh)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue