buildHomeAssistantComponent: drop build phase

This change unbreaks the use of custom build hooks.
This commit is contained in:
Martin Weinelt
2025-10-26 23:51:25 +01:00
parent 1eea40e3d6
commit 7f88a8b9ef

View File

@@ -22,10 +22,6 @@ home-assistant.python.pkgs.buildPythonPackage (
pname = "${owner}/${domain}";
inherit version format;
buildPhase = ''
true
'';
installPhase = ''
runHook preInstall