kakoune: enable parallel building

Tested at -j4.
This commit is contained in:
Alyssa Ross 2021-02-10 00:38:37 +00:00
parent c010b09108
commit d6529dd53e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
export version="v${version}"
'';
enableParallelBuilding = true;
doInstallCheck = true;
installCheckPhase = ''
$out/bin/kak -ui json -e "kill 0"