gnu: subversion: Switch back to Python 2.
* gnu/packages/version-control.scm (subversion): Switch back to Python 2.
This commit is contained in:
parent
66ed0c3146
commit
aa9e22efa3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ everything from small to very large projects with speed and efficiency.")
|
||||||
`(("apr" ,apr)
|
`(("apr" ,apr)
|
||||||
("apr-util" ,apr-util)
|
("apr-util" ,apr-util)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://subversion.apache.org/")
|
(home-page "http://subversion.apache.org/")
|
||||||
|
|
Reference in a new issue