Skip to content

Commit

Permalink
Add anthy support to uim
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Levan committed Nov 7, 2014
1 parent 3e118ed commit 662d357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/inputmethods/uim/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
version = "1.8.6";
Expand All @@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
gtk3
kdelibs
cmake
anthy
];

patches = [ ./immodules_cache.patch ];
Expand All @@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
"--with-qt4-immodule"
"--with-skk"
"--with-x"
"--with-anthy-utf8"
];

dontUseCmakeConfigure = true;
Expand Down

0 comments on commit 662d357

Please sign in to comment.