15 stdenv.mkDerivation rec {
20 url = "mirror://sourceforge/gtkspell/${pname}-${version}.tar.gz";
21 sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
25 # Build with enchant 2
26 # https://github.com/archlinux/svntogit-packages/tree/packages/gtkspell/trunk
28 url = "https://github.com/archlinux/svntogit-packages/raw/17fb30b5196db378c18e7c115f28e97b962b95ff/trunk/enchant-2.diff";
29 sha256 = "0d9409bnapwzwhnfpz3dvl6qalskqa4lzmhrmciazsypbw3ry5rf";
48 description = "Word-processor-style highlighting and replacement of misspelled words";
49 homepage = "https://gtkspell.sourceforge.net";
50 platforms = platforms.unix;
51 license = licenses.gpl2;