buildHomeAssistantComponent: run manifestRequirementsCheckHook independently of checkPhase
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user