Merge pull request #118273 from alyssais/mblaze

mblaze: enableParallelBuilding
This commit is contained in:
Sandro
2021-04-02 00:35:07 +02:00
committed by GitHub

View File

@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
enableParallelBuilding = true;
postInstall = ''
installShellCompletion contrib/_mblaze
'' + lib.optionalString (ruby != null) ''