python311Packages.spacy: mark as broken
This commit is contained in:
parent
659817a532
commit
3f5b73f977
1 changed files with 2 additions and 0 deletions
|
@ -135,5 +135,7 @@ buildPythonPackage rec {
|
|||
changelog = "https://github.com/explosion/spaCy/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
# Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue