gnu: bazaar: Switch back to Python 2.
* gnu/packages/version-control.scm (bazaar): Switch back to Python 2.
This commit is contained in:
parent
3df47231e6
commit
1611eccd10
|
@ -58,7 +58,9 @@
|
||||||
;; require Zsh.
|
;; require Zsh.
|
||||||
`(("gettext" ,guix:gettext)))
|
`(("gettext" ,guix:gettext)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
#:python ,python-2)) ; Python 3 apparently not yet supported, see
|
||||||
|
; https://answers.launchpad.net/bzr/+question/229048
|
||||||
(home-page "https://gnu.org/software/bazaar")
|
(home-page "https://gnu.org/software/bazaar")
|
||||||
(synopsis "Decentralized revision control system")
|
(synopsis "Decentralized revision control system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue