Merge pull request #112882 from alyssais/kakoune

kakoune: enable parallel building
This commit is contained in:
Jörg Thalheim 2021-02-12 11:30:15 +00:00 committed by GitHub
commit f94df5f25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"