python3Packages.llama-index-vector-stores-google: fix build by setting hatchling as build-system

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