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";