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