gnu: subversion: Switch back to Python 2.

* gnu/packages/version-control.scm (subversion): Switch back to Python 2.
This commit is contained in:
Andreas Enge 2013-09-04 19:17:19 +02:00
parent 66ed0c3146
commit aa9e22efa3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ everything from small to very large projects with speed and efficiency.")
`(("apr" ,apr)
("apr-util" ,apr-util)
("perl" ,perl)
("python" ,python-wrapper)
("python" ,python-2) ; incompatible with Python 3 (print syntax)
("sqlite" ,sqlite)
("zlib" ,zlib)))
(home-page "http://subversion.apache.org/")