diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:06:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:06:51 +0200 |
commit | 9bee5d6c18de87493ed4596de8410bbb66360343 (patch) | |
tree | 41f195bf775ba0023492543472f116aa94b8a2ea | |
parent | 98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9 (diff) | |
download | guix-9bee5d6c18de87493ed4596de8410bbb66360343.tar guix-9bee5d6c18de87493ed4596de8410bbb66360343.tar.gz |
gnu: rubber: Switch back to Python 2.
* gnu/packages/texlive.scm (rubber): Switch back to Python 2.
-rw-r--r-- | gnu/packages/texlive.scm | 2 |
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") |