Merge pull request #173481 from NixOS/cgit-parallel
cgit,cgit-pink: enableParallelBuilding
This commit is contained in:
commit
d5f9a9d801
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ stdenv.mkDerivation {
|
|||
|
||||
stripDebugList = [ "cgit" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
inherit homepage description;
|
||||
license = lib.licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue