diff --git a/pkgs/development/python-modules/tilt-pi/default.nix b/pkgs/development/python-modules/tilt-pi/default.nix index 03b700368773..5bac66b0a38d 100644 --- a/pkgs/development/python-modules/tilt-pi/default.nix +++ b/pkgs/development/python-modules/tilt-pi/default.nix @@ -4,6 +4,7 @@ fetchFromGitHub, lib, poetry-core, + pyprojectVersionPatchHook, pytest-asyncio, pytestCheckHook, }: @@ -20,6 +21,8 @@ buildPythonPackage rec { hash = "sha256-jGy7nwSblF486ldt4ShBEmmZtb0c4+7IuI10cN7Bw1A="; }; + nativeBuildInputs = [ pyprojectVersionPatchHook ]; + build-system = [ poetry-core ]; dependencies = [