python3Packages.docling-parse: mark as broken (#453902)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user