python3Packages.llama-index-embeddings-gemini: fix build by setting hatchling as build-system

This commit is contained in:
Luna Nova
2025-08-24 19:53:38 -07:00
parent 434576cbd5
commit c997c46bf3
@@ -4,7 +4,7 @@
fetchPypi,
google-generativeai,
llama-index-core,
poetry-core,
hatchling,
pythonOlder,
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "google-generativeai" ];
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
google-generativeai