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:
François J 2021-04-23 09:05:46 +02:00 committed by Ludovic Courtès
parent 71a4e26093
commit 817f40d0ac
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)