mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: git: Switch back to Python 2.
* gnu/packages/version-control.scm (git): Switch back to Python 2.
This commit is contained in:
parent
89114f39e4
commit
d1f30e9943
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ (define-public git
|
||||||
("gettext" ,guix:gettext)
|
("gettext" ,guix:gettext)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("perl" ,perl)
|
("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)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags `("V=1") ; more verbose compilation
|
`(#:make-flags `("V=1") ; more verbose compilation
|
||||||
|
|
Loading…
Reference in a new issue