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:
parent
a74ae33f25
commit
dcf3fb577c
1 changed files with 2 additions and 0 deletions
|
@ -144,5 +144,7 @@ buildPythonPackage rec {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "spacy";
|
mainProgram = "spacy";
|
||||||
|
# Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue