Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.typed-settings: fixed failing build

+3 -1
+3 -1
pkgs/development/python-modules/typed-settings/default.nix
··· 6 click, 7 click-option-group, 8 fetchPypi, 9 hatchling, 10 hypothesis, 11 jinja2, ··· 15 tomli, 16 typing-extensions, 17 }: 18 - 19 buildPythonPackage rec { 20 pname = "typed-settings"; 21 version = "24.5.0"; ··· 52 jinja = [ jinja2 ]; 53 pydantic = [ pydantic ]; 54 }; 55 56 nativeCheckInputs = [ 57 hypothesis
··· 6 click, 7 click-option-group, 8 fetchPypi, 9 + hatch-vcs, 10 hatchling, 11 hypothesis, 12 jinja2, ··· 16 tomli, 17 typing-extensions, 18 }: 19 buildPythonPackage rec { 20 pname = "typed-settings"; 21 version = "24.5.0"; ··· 52 jinja = [ jinja2 ]; 53 pydantic = [ pydantic ]; 54 }; 55 + 56 + nativeBuildInputs = [ hatch-vcs ]; 57 58 nativeCheckInputs = [ 59 hypothesis