From 9018f5eb0148cc500e786906d8109e2cafe30878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 16 May 2021 10:46:09 +0200 Subject: [PATCH] dasher: enableParallelBuilding = true I'm a bit impatient :-) and this seems to build without issues, even on an idle 32-threaded machine. --- pkgs/applications/accessibility/dasher/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/accessibility/dasher/default.nix b/pkgs/applications/accessibility/dasher/default.nix index 6f2a185b309a..328ff2c5c570 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";