gnu: bazaar: Switch back to Python 2.

* gnu/packages/version-control.scm (bazaar): Switch back to Python 2.
master
Andreas Enge 2013-09-04 18:35:49 +02:00
parent 3df47231e6
commit 1611eccd10
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@
;; require Zsh.
`(("gettext" ,guix:gettext)))
(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")
(synopsis "Decentralized revision control system")
(description