me
/
guix
Archived
1
0
Fork 0

gnu: rubber: Switch back to Python 2.

* gnu/packages/texlive.scm (rubber): Switch back to Python 2.
master
Andreas Enge 2013-09-04 19:06:51 +02:00
parent 98e4829c4b
commit 9bee5d6c18
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ world.")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no `check' target (arguments '(#:tests? #f)) ; no `check' target
(inputs `(("texinfo" ,texinfo) (inputs `(("texinfo" ,texinfo)
("python" ,python-wrapper) ("python" ,python-2) ; incompatible with Python 3 (print syntax)
("which" ,which))) ("which" ,which)))
(home-page "https://launchpad.net/rubber") (home-page "https://launchpad.net/rubber")
(synopsis "Rubber, a wrapper for LaTeX and friends") (synopsis "Rubber, a wrapper for LaTeX and friends")