Merge pull request #112882 from alyssais/kakoune

kakoune: enable parallel building
wip/yesman
Jörg Thalheim 3 years ago committed by GitHub
commit f94df5f25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/editors/kakoune/default.nix

@ -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…
Cancel
Save