guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: git: add a comment on why we don't build manpages


From: guix-commits
Subject: 01/05: gnu: git: add a comment on why we don't build manpages
Date: Mon, 3 May 2021 17:10:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 817f40d0ac766a36795d40d31f9999889aa7de4d
Author: François J <francois-oss@avalenn.eu>
AuthorDate: Fri Apr 23 09:05:46 2021 +0200

    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
        d1cada0450fca54260fd20ab49d0586d147cbeb3
    
    Signed-off-by: François J. <francois-oss@avalenn.eu>
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/version-control.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 17afc5f..1ab97d4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -188,6 +188,9 @@ as well as the classic centralized workflow.")
       ("bash" ,bash-minimal)
       ("bash-for-tests" ,bash)
       ("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"
        ,(origin
           (method url-fetch)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]