From 5ea69eeef450edeee66f24fcb3942ad6a46cbd16 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 May 2024 10:11:59 +0200 Subject: [PATCH] python312Packages.langchain-text-splitters: refactor --- .../python-modules/langchain-text-splitters/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain-text-splitters/default.nix b/pkgs/development/python-modules/langchain-text-splitters/default.nix index f8eaf117e3a9..18de1949ddf2 100644 --- a/pkgs/development/python-modules/langchain-text-splitters/default.nix +++ b/pkgs/development/python-modules/langchain-text-splitters/default.nix @@ -20,11 +20,11 @@ buildPythonPackage rec { hash = "sha256-rIkn3AugjrpwL2lhye19986tjeGan3EBqyteo0IBs8E="; }; - nativeBuildInputs = [ + build-system = [ poetry-core ]; - propagatedBuildInputs = [ + dependencies = [ langchain-core lxml ];