summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-05 18:13:23 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-05 18:13:23 +0200
commitd1f30e9943bf59fa0eefe40bb9aea64df2e7a594 (patch)
treeae3dfd2681bcdf843bd088f81a234ed083ab5483 /gnu/packages/version-control.scm
parent89114f39e4be7ac655fbdd7f00a5f985c8f4ce6b (diff)
downloadpatches-d1f30e9943bf59fa0eefe40bb9aea64df2e7a594.tar
patches-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.scm2
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