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

View file

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