about summary refs log tree commit diff
path: root/pkgs/development/libraries/libskk
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-29 10:29:33 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-29 10:30:03 +0000
commit6c823833707c798c3300b861eaee55288407814e (patch)
treee10e1e3be66a56b6132783a44d2b876d3adc9879 /pkgs/development/libraries/libskk
parentd6431833beaec13fd8706762208fe2a790a0745b (diff)
libskk: fix build
Diffstat (limited to 'pkgs/development/libraries/libskk')
-rw-r--r--pkgs/development/libraries/libskk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libskk/default.nix b/pkgs/development/libraries/libskk/default.nix
index 5fc72ab904c2a..fc5b41ac607f3 100644
--- a/pkgs/development/libraries/libskk/default.nix
+++ b/pkgs/development/libraries/libskk/default.nix
@@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
     ln -s ${skk-dicts}/share/SKK-JISYO.L $dictDir/
   '';
 
+  enableParallelBuilding = true;
+
   meta = {
     description = "A library to deal with Japanese kana-to-kanji conversion method";
     longDescription = ''