aboutsummaryrefslogtreecommitdiff
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
parent98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9 (diff)
downloadguix-9bee5d6c18de87493ed4596de8410bbb66360343.tar.gz
guix-9bee5d6c18de87493ed4596de8410bbb66360343.zip
gnu: rubber: Switch back to Python 2.
* gnu/packages/texlive.scm (rubber): Switch back to Python 2.
-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")
...Ludovic Courtès 2016-04-06gnu: pcre: Add missing #:use-module....Ludovic Courtès 2016-04-06gnu: pcre: Fix CVE-2016-3191....Ludovic Courtès 2015-12-15gnu: pcre: Add "doc" output....Ludovic Courtès 2015-12-07gnu: pcre: Update to 8.38....Mark H Weaver 2015-10-30gnu: Add pcre2....Ricardo Wurmus 2015-07-11gnu: pcre: Enable more features....Mark H Weaver 2015-05-13gnu: pcre: Update to 8.37....Mark H Weaver 2014-12-12gnu: pcre: Update to 8.36 and enable JIT support....Mark H Weaver