11 stdenv.mkDerivation rec {
16 url = "mirror://sourceforge/hunspell/mythes-${version}.tar.gz";
17 sha256 = "0prh19wy1c74kmzkkavm9qslk99gz8h8wmjvwzjc6lf8v2az708y";
20 buildInputs = [ hunspell ];
28 homepage = "https://hunspell.sourceforge.net/";
29 description = "Thesaurus library from Hunspell project";
30 mainProgram = "th_gen_idx.pl";
31 license = lib.licenses.bsd3;
32 inherit (hunspell.meta) platforms;