pkgs/applications/version-management/git-and-tools/git: enable parallelism during documentation build

svn path=/nixpkgs/branches/parallel-building-merger/; revision=22993
This commit is contained in:
Peter Simons
2010-08-06 12:41:09 +00:00
parent 219b210da8
commit 4841663eec

View File

@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
'')
+ ''# Install man pages and Info manual
make PERL_PATH="${perl}/bin/perl" cmd-list.made install install-info \
make -j $NIX_BUILD_CORES -l $NIX_BUILD_CORES PERL_PATH="${perl}/bin/perl" cmd-list.made install install-info \
-C Documentation ''
+ (if guiSupport then ''