about summary refs log tree commit diff
path: root/pkgs/applications/accessibility/dasher
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-16 10:46:09 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-16 10:46:09 +0200
commit9018f5eb0148cc500e786906d8109e2cafe30878 (patch)
treebc2715c8d80b7af763e71c55c5468c211ad7417b /pkgs/applications/accessibility/dasher
parent675c4123bb08560b708f4606a980e61a83c25eea (diff)
dasher: enableParallelBuilding = true
I'm a bit impatient :-)  and this seems to build without issues,
even on an idle 32-threaded machine.
Diffstat (limited to 'pkgs/applications/accessibility/dasher')
-rw-r--r--pkgs/applications/accessibility/dasher/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/accessibility/dasher/default.nix b/pkgs/applications/accessibility/dasher/default.nix
index 6f2a185b309a3..328ff2c5c5705 100644
--- a/pkgs/applications/accessibility/dasher/default.nix
+++ b/pkgs/applications/accessibility/dasher/default.nix
@@ -58,6 +58,8 @@ stdenv.mkDerivation {
     dbus
   ] ++ lib.optional speechSupport speechd;
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = "https://www.inference.org.uk/dasher/";
     description = "Information-efficient text-entry interface, driven by natural continuous pointing gestures";