0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.spacy: mark as broken

This commit is contained in:
Gaetan Lepage 2025-04-21 14:11:00 +02:00
parent a74ae33f25
commit dcf3fb577c

View file

@ -144,5 +144,7 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = [ ];
mainProgram = "spacy";
# Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
broken = true;
};
}