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:
parent
675c4123bb
commit
9018f5eb01
@ -58,6 +58,8 @@ stdenv.mkDerivation {
|
|||||||
dbus
|
dbus
|
||||||
] ++ lib.optional speechSupport speechd;
|
] ++ lib.optional speechSupport speechd;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.inference.org.uk/dasher/";
|
homepage = "https://www.inference.org.uk/dasher/";
|
||||||
description = "Information-efficient text-entry interface, driven by natural continuous pointing gestures";
|
description = "Information-efficient text-entry interface, driven by natural continuous pointing gestures";
|
||||||
|
Loading…
Reference in New Issue
Block a user