summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 19:17:19 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 19:17:19 +0200
commitaa9e22efa38a88c2370591a3656b23f52d3bab64 (patch)
treeba7d3af73973c62aba659ca35b3d02522ec83625 /gnu/packages
parent66ed0c314646c66d5f9ec586a8e5a1d079a927b0 (diff)
downloadguix-aa9e22efa38a88c2370591a3656b23f52d3bab64.tar.gz
gnu: subversion: Switch back to Python 2.
* gnu/packages/version-control.scm (subversion): Switch back to Python 2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/version-control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1b0e1bd6e0..0ed6ce297a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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/")