Commit 3f5b73f9 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.spacy: mark as broken

parent 659817a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}