aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/texlive.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 19:09:39 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 19:09:39 +0200
commit78fed0648fe5e1db0ee302fc548755422c80359b (patch)
treeb19c1f26d6c19681fd2a383a71669befce77e7b8 /gnu/packages/texlive.scm
parent9bee5d6c18de87493ed4596de8410bbb66360343 (diff)
downloadguix-78fed0648fe5e1db0ee302fc548755422c80359b.tar
guix-78fed0648fe5e1db0ee302fc548755422c80359b.tar.gz
gnu: texlive: Switch back to Python 2.
* gnu/packages/texlive.scm (texlive): Switch back to Python 2.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r--gnu/packages/texlive.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 223d8e9e4d..7c6f82b9c9 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -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)