~ruther/guix-local

78fed0648fe5e1db0ee302fc548755422c80359b — Andreas Enge 12 years ago 9bee5d6
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)