Add anthy support to uim

This commit is contained in:
Alexey Levan 2014-11-07 11:12:03 +02:00
parent 3e118edf3a
commit 662d357684

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs, cmake, ... }: {stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs, cmake, anthy, ... }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.8.6"; version = "1.8.6";
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
gtk3 gtk3
kdelibs kdelibs
cmake cmake
anthy
]; ];
patches = [ ./immodules_cache.patch ]; patches = [ ./immodules_cache.patch ];
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
"--with-qt4-immodule" "--with-qt4-immodule"
"--with-skk" "--with-skk"
"--with-x" "--with-x"
"--with-anthy-utf8"
]; ];
dontUseCmakeConfigure = true; dontUseCmakeConfigure = true;