Fix gtkspell

This commit is contained in:
Michael Raskin 2013-07-14 14:46:51 +04:00
parent 6eecf5bf67
commit 9566d66171

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, gtk, aspell, pkgconfig}:
{stdenv, fetchurl, gtk, aspell, pkgconfig, enchant, intltool}:
stdenv.mkDerivation {
name = "gtkspell-2.0.16";
@ -8,5 +8,5 @@ stdenv.mkDerivation {
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
};
buildInputs = [aspell pkgconfig gtk];
buildInputs = [aspell pkgconfig gtk enchant intltool];
}