python3Packages.mlx: remove gguf-tools source checkout from buildInputs

The `gguf-tools` are defined in `let` section to point to a source
checkout, not nixpkgs derivation.

Note: regardless, the tools are not used in runtime. Instead, some files
from the source checkout are statically compiled during the build.
This commit is contained in:
Ihar Hrachyshka
2026-01-25 15:29:03 -05:00
parent fe3ec7768c
commit 45e266fad1
@@ -104,7 +104,6 @@ buildPythonPackage (finalAttrs: {
buildInputs = [
fmt
gguf-tools
nlohmann_json
pybind11
]