Unverified Commit 66dff59f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.docling-parse: mark as broken (#453902)

parents e5167cef af531ccb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -102,5 +102,8 @@ buildPythonPackage rec {
    homepage = "https://github.com/DS4SD/docling-parse";
    license = lib.licenses.mit;
    maintainers = [ ];
    # error: no matching conversion for functional-style cast from 'bool' to 'nlohmann::basic_json<>'
    # See https://github.com/docling-project/docling-parse/issues/172 for context
    broken = true;
  };
}