1 {lib, stdenv, fetchurl, gtk2, aspell, pkg-config, enchant, intltool}:
4 name = "gtkspell-2.0.16";
7 url = "mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz";
8 sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
11 nativeBuildInputs = [ pkg-config ];
12 buildInputs = [aspell gtk2 enchant intltool];
15 description = "Word-processor-style highlighting and replacement of misspelled words";
16 homepage = "http://gtkspell.sourceforge.net";
17 platforms = platforms.unix;
18 license = licenses.gpl2;