buildHomeAssistantComponent: run manifestRequirementsCheckHook independently of checkPhase

This commit is contained in:
Robert Schütz
2025-12-02 08:59:07 -08:00
parent 40b27ce8d4
commit 9dcea72b22
@@ -41,13 +41,13 @@ home-assistant.python.pkgs.buildPythonPackage (
runHook postInstall
'';
nativeCheckInputs =
nativeBuildInputs =
with home-assistant.python.pkgs;
[
manifestRequirementsCheckHook
packaging
]
++ (args.nativeCheckInputs or [ ]);
++ (args.nativeBuildInputs or [ ]);
passthru = {
isHomeAssistantComponent = true;