diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-05 18:13:23 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-05 18:13:23 +0200 |
commit | d1f30e9943bf59fa0eefe40bb9aea64df2e7a594 (patch) | |
tree | ae3dfd2681bcdf843bd088f81a234ed083ab5483 /gnu/packages/version-control.scm | |
parent | 89114f39e4be7ac655fbdd7f00a5f985c8f4ce6b (diff) | |
download | guix-d1f30e9943bf59fa0eefe40bb9aea64df2e7a594.tar guix-d1f30e9943bf59fa0eefe40bb9aea64df2e7a594.tar.gz |
gnu: git: Switch back to Python 2.
* gnu/packages/version-control.scm (git): Switch back to Python 2.
Diffstat (limited to 'gnu/packages/version-control.scm')
-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 0ed6ce297a..42b5d5fe99 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -88,7 +88,7 @@ from a command line or use a GUI application.") ("gettext" ,guix:gettext) ("openssl" ,openssl) ("perl" ,perl) - ("python" ,python) ; CAVEAT: incompatible with python-3 according to INSTALL + ("python" ,python-2) ; CAVEAT: incompatible with python-3 according to INSTALL ("zlib" ,zlib))) (arguments `(#:make-flags `("V=1") ; more verbose compilation |