man-pages: Install in parallel
On my machine, reduces drv build time ~16s → ~10s.
This commit is contained in:
parent
d8aa5b2281
commit
9c839356d9
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
outputDocdev = "out";
|
||||
|
||||
enableParallelInstalling = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Linux development manual pages";
|
||||
homepage = "https://www.kernel.org/doc/man-pages/";
|
||||
|
Loading…
Reference in New Issue
Block a user