gnu: texlive-bin: Replace python-2 by python.
* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.master
parent
8c3abb47f0
commit
8e7c75043a
|
@ -312,7 +312,7 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use.
|
||||||
("pixman" ,pixman)
|
("pixman" ,pixman)
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("potrace" ,potrace)
|
("potrace" ,potrace)
|
||||||
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
("python" ,python)
|
||||||
("ruby" ,ruby)
|
("ruby" ,ruby)
|
||||||
("tcsh" ,tcsh)
|
("tcsh" ,tcsh)
|
||||||
("teckit" ,teckit)
|
("teckit" ,teckit)
|
||||||
|
|
Reference in New Issue