Commit 9dcea72b authored by Robert Schütz's avatar Robert Schütz
Browse files

buildHomeAssistantComponent: run manifestRequirementsCheckHook independently of checkPhase

parent 40b27ce8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;