mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Add anthy support to uim
This commit is contained in:
parent
3e118edf3a
commit
662d357684
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user