1 {lib, stdenv, fetchurl, gtk2, aspell, pkg-config, enchant, intltool}:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/gtkspell/${pname}-${version}.tar.gz";
9 sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
12 nativeBuildInputs = [ pkg-config intltool ];
13 buildInputs = [aspell gtk2 enchant];
16 description = "Word-processor-style highlighting and replacement of misspelled words";
17 homepage = "http://gtkspell.sourceforge.net";
18 platforms = platforms.unix;
19 license = licenses.gpl2;