From 3cddf760f06f02b04276bcdecdc762196d97dcac Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sun, 3 Nov 2024 09:49:54 -0800 Subject: [PATCH] python312Packages.typed-settings: fixed failing build --- pkgs/development/python-modules/typed-settings/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/typed-settings/default.nix b/pkgs/development/python-modules/typed-settings/default.nix index 8e0428051c27..7ea26fb78da1 100644 --- a/pkgs/development/python-modules/typed-settings/default.nix +++ b/pkgs/development/python-modules/typed-settings/default.nix @@ -6,6 +6,7 @@ click, click-option-group, fetchPypi, + hatch-vcs, hatchling, hypothesis, jinja2, @@ -15,7 +16,6 @@ tomli, typing-extensions, }: - buildPythonPackage rec { pname = "typed-settings"; version = "24.5.0"; @@ -53,6 +53,8 @@ buildPythonPackage rec { pydantic = [ pydantic ]; }; + nativeBuildInputs = [ hatch-vcs ]; + nativeCheckInputs = [ hypothesis pytestCheckHook