Unverified Commit 68a0f5e0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306905 from hacker1024/fix/spacy-cython

python311Packages.spacy: Use Cython 0.x
parents 50779ff2 b0ac074e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, callPackage
, catalogue
, cymem
, cython_0
, fetchPypi
, hypothesis
, jinja2
@@ -57,6 +58,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    pythonRelaxDepsHook
    cython_0
  ];

  propagatedBuildInputs = [
@@ -135,7 +137,5 @@ 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;
  };
}