gnu: bazaar: Use 'modify-phases'.
* gnu/packages/version-control.scm (bazaar)[arguments]: Use 'modify-phases'.master
parent
f21403e2b6
commit
730c740e43
|
@ -94,12 +94,13 @@
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
#:python ,python-2 ; Python 3 apparently not yet supported, see
|
#:python ,python-2 ; Python 3 apparently not yet supported, see
|
||||||
; https://answers.launchpad.net/bzr/+question/229048
|
; https://answers.launchpad.net/bzr/+question/229048
|
||||||
#:phases (alist-cons-after
|
#:phases
|
||||||
'unpack 'fix-mandir
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-mandir
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("man/man1") "share/man/man1")))
|
(("man/man1") "share/man/man1"))
|
||||||
%standard-phases)))
|
#t)))))
|
||||||
(home-page "https://gnu.org/software/bazaar")
|
(home-page "https://gnu.org/software/bazaar")
|
||||||
(synopsis "Version control system supporting both distributed and centralized workflows")
|
(synopsis "Version control system supporting both distributed and centralized workflows")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue