Fix gtkspell
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, gtk, aspell, pkgconfig}:
|
{stdenv, fetchurl, gtk, aspell, pkgconfig, enchant, intltool}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtkspell-2.0.16";
|
name = "gtkspell-2.0.16";
|
||||||
@@ -8,5 +8,5 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [aspell pkgconfig gtk];
|
buildInputs = [aspell pkgconfig gtk enchant intltool];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user