gnu: git: Switch back to Python 2.

* gnu/packages/version-control.scm (git): Switch back to Python 2.
master
Andreas Enge 2013-09-05 18:13:23 +02:00
parent 89114f39e4
commit d1f30e9943
1 changed files with 1 additions and 1 deletions

View File

@ -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