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

Luna Nova 2a74d42c ebff0501

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix
··· 4 fetchPypi, 5 neo4j, 6 llama-index-core, 7 - poetry-core, 8 pythonOlder, 9 }: 10 ··· 21 hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c="; 22 }; 23 24 - build-system = [ poetry-core ]; 25 26 dependencies = [ 27 neo4j
··· 4 fetchPypi, 5 neo4j, 6 llama-index-core, 7 + hatchling, 8 pythonOlder, 9 }: 10 ··· 21 hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c="; 22 }; 23 24 + build-system = [ hatchling ]; 25 26 dependencies = [ 27 neo4j