Commit dcf3fb57 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.spacy: mark as broken

parent a74ae33f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -144,5 +144,7 @@ buildPythonPackage rec {
    license = lib.licenses.mit;
    maintainers = [ ];
    mainProgram = "spacy";
    # Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
    broken = true;
  };
}