pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.

This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
This commit is contained in:
Alexander Tsamutali 2016-02-01 03:31:57 +03:00
parent 2671639ac7
commit c7bbe15102

View file

@ -1,4 +1,5 @@
{stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs, cmake, anthy}:
{stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs,
cmake, anthy, automoc4, m17n_lib, m17n_db}:
stdenv.mkDerivation rec {
version = "1.8.6";
@ -13,6 +14,9 @@ stdenv.mkDerivation rec {
kdelibs
cmake
anthy
automoc4
m17n_lib
m17n_db
];
patches = [ ./immodules_cache.patch ];