Merge pull request #173481 from NixOS/cgit-parallel

cgit,cgit-pink: enableParallelBuilding
This commit is contained in:
sternenseemann
2022-05-18 13:54:44 +02:00
committed by GitHub
@@ -68,6 +68,8 @@ stdenv.mkDerivation {
stripDebugList = [ "cgit" ];
enableParallelBuilding = true;
meta = {
inherit homepage description;
license = lib.licenses.gpl2;