about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-02-10 00:38:37 +0000
committerAlyssa Ross <hi@alyssa.is>2021-02-10 00:38:37 +0000
commitd6529dd53e74372bd52d57778d594c7172416296 (patch)
tree6b431f80d621646d5cf4f3d84e4b492d74017a8d /pkgs/applications/editors
parentc010b091089819db407bb55dd79312460db7c399 (diff)
kakoune: enable parallel building
Tested at -j4.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/kakoune/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 93a9e1a05a6b0..1f3b2685feeb1 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/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"