mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Merge pull request #112882 from alyssais/kakoune
kakoune: enable parallel building
This commit is contained in:
commit
f94df5f25f
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
||||
export version="v${version}"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
$out/bin/kak -ui json -e "kill 0"
|
||||
|
Loading…
Reference in New Issue
Block a user