mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: git: add a comment on why we don't build manpages
* gnu/packages/version-control.scm (git)[native-inputs]:
add back comment skipped by commit
d1cada0450
Signed-off-by: François J. <francois-oss@avalenn.eu>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
71a4e26093
commit
817f40d0ac
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@ (define-public git
|
||||||
("bash" ,bash-minimal)
|
("bash" ,bash-minimal)
|
||||||
("bash-for-tests" ,bash)
|
("bash-for-tests" ,bash)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
;; To build the man pages from the git sources, we would need a dependency
|
||||||
|
;; on a full XML tool chain, and building it actually takes ages. So we
|
||||||
|
;; use this lazy approach and use released tarball.
|
||||||
("git-manpages"
|
("git-manpages"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in a new issue