diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:17:19 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:17:19 +0200 |
commit | aa9e22efa38a88c2370591a3656b23f52d3bab64 (patch) | |
tree | ba7d3af73973c62aba659ca35b3d02522ec83625 | |
parent | 66ed0c314646c66d5f9ec586a8e5a1d079a927b0 (diff) | |
download | guix-aa9e22efa38a88c2370591a3656b23f52d3bab64.tar guix-aa9e22efa38a88c2370591a3656b23f52d3bab64.tar.gz |
gnu: subversion: Switch back to Python 2.
* gnu/packages/version-control.scm (subversion): Switch back to Python 2.
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
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/") |