Commit 29228599 authored by Hugo Herter's avatar Hugo Herter
Browse files

python3Packages.spacy: unmark as broken

Since the breakage is fixed by reverting
python3Packages.thinc: 9.1.1 -> 8.3.6
parent ead6df9f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -144,7 +144,5 @@ buildPythonPackage rec {
    license = lib.licenses.mit;
    maintainers = [ ];
    mainProgram = "spacy";
    # Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
    broken = true;
  };
}