cgit,cgit-pink: enableParallelBuilding

Tested at -j48.
This commit is contained in:
Alyssa Ross 2022-05-18 09:32:58 +00:00
parent f1f849afb8
commit ff78be018d
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

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