dasher: enableParallelBuilding = true

I'm a bit impatient :-)  and this seems to build without issues,
even on an idle 32-threaded machine.
This commit is contained in:
Vladimír Čunát 2021-05-16 10:46:09 +02:00
parent 675c4123bb
commit 9018f5eb01
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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