python3Packages.docling-parse: relax cmake build dependency
This commit is contained in:
@@ -33,6 +33,13 @@ buildPythonPackage rec {
|
||||
hash = "sha256-8eHYMvfjPuGgrgrlqEh061ug+yer+1nQLbeDR1dQu68=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail \
|
||||
'"cmake>=3.27.0,<4.0.0"' \
|
||||
'"cmake>=3.27.0"'
|
||||
'';
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user