aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/texlive.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 19:06:51 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 19:06:51 +0200
commit9bee5d6c18de87493ed4596de8410bbb66360343 (patch)
tree41f195bf775ba0023492543472f116aa94b8a2ea /gnu/packages/texlive.scm
parent98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9 (diff)
downloadguix-9bee5d6c18de87493ed4596de8410bbb66360343.tar
guix-9bee5d6c18de87493ed4596de8410bbb66360343.tar.gz
gnu: rubber: Switch back to Python 2.
* gnu/packages/texlive.scm (rubber): 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 0240def785..223d8e9e4d 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -202,7 +202,7 @@ world.")
(build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no `check' target
(inputs `(("texinfo" ,texinfo)
- ("python" ,python-wrapper)
+ ("python" ,python-2) ; incompatible with Python 3 (print syntax)
("which" ,which)))
(home-page "https://launchpad.net/rubber")
(synopsis "Rubber, a wrapper for LaTeX and friends")