forked from mirrors/nixpkgs
skk-dicts: enable parallel builds
Tested at -j48.
This commit is contained in:
parent
be1f676cfa
commit
ac1f7fdffb
|
@ -62,6 +62,8 @@ stdenv.mkDerivation {
|
|||
$out/share/$(dictname ${assoc}) >> $dst
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A collection of standard SKK dictionaries";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue