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

Luna Nova ebff0501 2f4d5012

Changed files
+2 -2
pkgs
development
python-modules
llama-index-graph-stores-nebula
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix
···
fetchPypi,
llama-index-core,
nebula3-python,
-
poetry-core,
pythonOlder,
}:
···
hash = "sha256-BzArWYZIY1SRl1q48wAdAy+mWoId+lNbcsw9LQmmw7Q=";
};
-
build-system = [ poetry-core ];
dependencies = [
llama-index-core
···
fetchPypi,
llama-index-core,
nebula3-python,
+
hatchling,
pythonOlder,
}:
···
hash = "sha256-BzArWYZIY1SRl1q48wAdAy+mWoId+lNbcsw9LQmmw7Q=";
};
+
build-system = [ hatchling ];
dependencies = [
llama-index-core