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
commit d5f9a9d801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,8 @@ stdenv.mkDerivation {
stripDebugList = [ "cgit" ];
enableParallelBuilding = true;
meta = {
inherit homepage description;
license = lib.licenses.gpl2;