gnu: texlive: Switch back to Python 2. * gnu/packages/texlive.scm (texlive): Switch back to Python 2.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/texlive.scm
M gnu/packages/texlive.scm => gnu/packages/texlive.scm +1 -1
@@ 81,7 81,7 @@ ("pkg-config" ,pkg-config) ;; FIXME: Add interpreters fontforge and ruby, ;; once they are available. - ("python" ,python-wrapper) + ("python" ,python-2) ; incompatible with Python 3 (print syntax) ("tcsh" ,tcsh) ("teckit" ,teckit) ("t1lib" ,t1lib)