forked from mirrors/nixpkgs
Merge pull request #214753 from superherointj/broken-python310Packages.gensim
python310Packages.gensim: mark broken
This commit is contained in:
commit
ad86ddbfef
|
@ -56,5 +56,8 @@ buildPythonPackage rec {
|
|||
homepage = "https://radimrehurek.com/gensim/";
|
||||
license = licenses.lgpl21Only;
|
||||
maintainers = with maintainers; [ jyp ];
|
||||
# python310 errors as: No matching distribution found for FuzzyTM>=0.4.0
|
||||
# python311 errors as: longintrepr.h: No such file or directory
|
||||
broken = true; # At 2023-02-05
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue