uim: enable fep (#15355)

This commit is contained in:
Eric Sagnes 2016-05-17 07:26:15 +09:00 committed by Franz Pletz
parent e98a0bc9e0
commit dcd4728095
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs,
{stdenv, fetchurl, intltool, pkgconfig, qt4, gtk2, gtk3, kdelibs, ncurses,
cmake, anthy, automoc4, m17n_lib, m17n_db}:
stdenv.mkDerivation rec {
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
gtk2
gtk3
kdelibs
ncurses
cmake
anthy
automoc4