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 @@ 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) | ||||
|  |  | |||
		Reference in a new issue