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 fetchPypi, 5 google-generativeai, 6 llama-index-core, 7 - poetry-core, 8 pythonOlder, 9 }: 10 ··· 24 pythonRelaxDeps = [ "google-generativeai" ]; 25 26 build-system = [ 27 - poetry-core 28 ]; 29 30 dependencies = [
··· 4 fetchPypi, 5 google-generativeai, 6 llama-index-core, 7 + hatchling, 8 pythonOlder, 9 }: 10 ··· 24 pythonRelaxDeps = [ "google-generativeai" ]; 25 26 build-system = [ 27 + hatchling 28 ]; 29 30 dependencies = [