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 4 fetchPypi, 5 5 neo4j, 6 6 llama-index-core, 7 - poetry-core, 7 + hatchling, 8 8 pythonOlder, 9 9 }: 10 10 ··· 21 21 hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c="; 22 22 }; 23 23 24 - build-system = [ poetry-core ]; 24 + build-system = [ hatchling ]; 25 25 26 26 dependencies = [ 27 27 neo4j