From b47ac1a348e4297b026cfc4e9907456c4435af74 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sun, 24 Aug 2025 19:53:50 -0700 Subject: [PATCH] python3Packages.llama-index-readers-s3: fix build by setting hatchling as build-system --- .../python-modules/llama-index-readers-s3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-readers-s3/default.nix b/pkgs/development/python-modules/llama-index-readers-s3/default.nix index 9f40cadfdf5c..a5e7e59fb0c5 100644 --- a/pkgs/development/python-modules/llama-index-readers-s3/default.nix +++ b/pkgs/development/python-modules/llama-index-readers-s3/default.nix @@ -4,7 +4,7 @@ fetchPypi, llama-index-core, llama-index-readers-file, - poetry-core, + hatchling, pythonOlder, s3fs, }: @@ -22,7 +22,7 @@ buildPythonPackage rec { hash = "sha256-3wzxfKkwhC4YfUYPBa/XKqIZQ6zLgB9SSHR+vPhwzOA="; }; - build-system = [ poetry-core ]; + build-system = [ hatchling ]; dependencies = [ llama-index-core