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

Luna Nova a55ad07e 713f938b

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-google/default.nix
··· 4 4 fetchPypi, 5 5 google-generativeai, 6 6 llama-index-core, 7 - poetry-core, 7 + hatchling, 8 8 pythonOlder, 9 9 }: 10 10 ··· 24 24 pythonRelaxDeps = [ "google-generativeai" ]; 25 25 26 26 build-system = [ 27 - poetry-core 27 + hatchling 28 28 ]; 29 29 30 30 dependencies = [