python311Packages.spacy: mark as broken

This commit is contained in:
Gaetan Lepage 2024-04-23 08:19:43 +02:00
parent 659817a532
commit 3f5b73f977
1 changed files with 2 additions and 0 deletions

View File

@ -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;
};
}