buildHomeAssistantComponent: drop build phase
This change unbreaks the use of custom build hooks.
This commit is contained in:
@@ -22,10 +22,6 @@ home-assistant.python.pkgs.buildPythonPackage (
|
|||||||
pname = "${owner}/${domain}";
|
pname = "${owner}/${domain}";
|
||||||
inherit version format;
|
inherit version format;
|
||||||
|
|
||||||
buildPhase = ''
|
|
||||||
true
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user