pythonPackages.PyStemmer: fix test runner
This commit is contained in:
parent
4bd7239f50
commit
430ddcd65f
@ -16380,6 +16380,10 @@ in modules // {
|
|||||||
md5 = "46ee623eeeba5a7cc0d95cbfa7e18abd";
|
md5 = "46ee623eeeba5a7cc0d95cbfa7e18abd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
${python.interpreter} runtests.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Snowball stemming algorithms, for information retrieval";
|
description = "Snowball stemming algorithms, for information retrieval";
|
||||||
homepage = http://snowball.tartarus.org/;
|
homepage = http://snowball.tartarus.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user