python3Packages.docling-serve: reomve dependency on unavailable mlx-vlm

mlx-vlm is a Darwin-specific module that is not yet in nixpkgs.
This commit is contained in:
Sarah Clark
2025-07-05 19:58:50 -07:00
parent ed59e8b6ee
commit 0a95d6d9a7
@@ -52,6 +52,10 @@ buildPythonPackage rec {
"websockets"
];
pythonRemoveDeps = [
"mlx-vlm" # not yet avainable on nixpkgs
];
dependencies =
[
docling