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:
parent
2671639ac7
commit
c7bbe15102
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.6";
|
version = "1.8.6";
|
||||||
@ -13,6 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
kdelibs
|
kdelibs
|
||||||
cmake
|
cmake
|
||||||
anthy
|
anthy
|
||||||
|
automoc4
|
||||||
|
m17n_lib
|
||||||
|
m17n_db
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./immodules_cache.patch ];
|
patches = [ ./immodules_cache.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user