mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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
|
||||
] ++ 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";
|
||||
|
|
Loading…
Reference in a new issue