9 buildPythonPackage rec {
10 pname = "mecab-python3";
14 inherit pname version;
15 sha256 = "62abe28a1155398325372291483608427bc82681fef80e7d132904415f9fd42e";
19 mecab # for mecab-config
24 buildInputs = [ mecab ];
29 description = "A python wrapper for mecab: Morphological Analysis engine";
30 homepage = "https://github.com/SamuraiT/mecab-python3";
31 license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three
32 maintainers = with maintainers; [ ixxie ];