python3Packages.llama-index-graph-stores-nebula: fix build by setting hatchling as build-system

This commit is contained in:
Luna Nova
2025-08-24 19:53:44 -07:00
parent 2f4d5012c8
commit ebff05012a
@@ -4,7 +4,7 @@
fetchPypi,
llama-index-core,
nebula3-python,
poetry-core,
hatchling,
pythonOlder,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-BzArWYZIY1SRl1q48wAdAy+mWoId+lNbcsw9LQmmw7Q=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core