mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.PyStemmer: fix test runner
This commit is contained in:
parent
4bd7239f50
commit
430ddcd65f
1 changed files with 4 additions and 0 deletions
|
@ -16380,6 +16380,10 @@ in modules // {
|
|||
md5 = "46ee623eeeba5a7cc0d95cbfa7e18abd";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} runtests.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Snowball stemming algorithms, for information retrieval";
|
||||
homepage = http://snowball.tartarus.org/;
|
||||
|
|
Loading…
Reference in a new issue