gnu: texlive-bin: Replace python-2 by python.

* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
This commit is contained in:
Maxim Cournoyer 2021-01-02 00:34:57 -05:00
parent 8c3abb47f0
commit 8e7c75043a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -312,7 +312,7 @@ (define-public texlive-bin
("pixman" ,pixman)
("poppler" ,poppler)
("potrace" ,potrace)
("python" ,python-2) ; incompatible with Python 3 (print syntax)
("python" ,python)
("ruby" ,ruby)
("tcsh" ,tcsh)
("teckit" ,teckit)