home-assistant-custom-components: drop skipping of build phase (#401539)

Commit 86fff9e3bf ("buildHomeAssistantComponent: make build quieter")
globally turns the build phase into NOP for custom component packages.
This commit is contained in:
sephalon
2025-04-24 22:50:34 +02:00
committed by GitHub
parent b75a82f5c3
commit 5cdfa43792
12 changed files with 0 additions and 23 deletions
@@ -15,8 +15,6 @@ buildHomeAssistantComponent rec {
hash = "sha256-f/VQUNzRSxmKGNgijaafQ5NbngUUKmcdkafYC3Ol9qM=";
};
dontBuild = true;
meta = {
changelog = "https://github.com/bjrnptrsn/climate_group/blob/${src.rev}/README.md#changelog";
description = "Group multiple climate devices to a single entity";
@@ -25,8 +25,6 @@ buildHomeAssistantComponent rec {
"pyemvue"
];
dontBuild = true;
meta = with lib; {
description = "Reads data from the Emporia Vue energy monitor into Home Assistant";
homepage = "https://github.com/magico13/ha-emporia-vue";
@@ -24,7 +24,6 @@ buildHomeAssistantComponent rec {
#skip phases without activity
dontConfigure = true;
doCheck = false;
dontBuild = true;
meta = with lib; {
changelog = "https://github.com/mampfes/ha_epex_spot/releases/tag/${version}";
@@ -29,8 +29,6 @@ buildHomeAssistantComponent rec {
dependencies = [ hass-web-proxy-lib ];
dontBuild = true;
nativeCheckInputs =
[
homeassistant
@@ -28,8 +28,6 @@ buildHomeAssistantComponent {
})
];
dontBuild = true;
dependencies = [
govee-led-wez
];
@@ -23,9 +23,6 @@ buildHomeAssistantComponent rec {
pymiele
];
# Makefile only used for bumping the version
dontBuild = true;
meta = with lib; {
changelog = "https://github.com/astrandb/miele/releases/tag/v${version}";
description = "Modern integration for Miele devices in Home Assistant";
@@ -23,7 +23,6 @@ buildHomeAssistantComponent rec {
#skip phases with nothing to do
dontConfigure = true;
dontBuild = true;
doCheck = false;
meta = with lib; {
@@ -15,8 +15,6 @@ buildHomeAssistantComponent rec {
hash = "sha256-UAVyfI+cHYx0va2P14moyy6BbhNegsdLWtiex5QeFrs=";
};
dontBuild = true;
# AttributeError: 'async_generator' object has no attribute 'data'
doCheck = false;
@@ -16,8 +16,6 @@ buildHomeAssistantComponent rec {
hash = "sha256-+28mMvzNKVInknnDh++YolXR+/b1wsve1VEn4olR7Fs=";
};
dontBuild = true;
meta = with lib; {
changelog = "https://github.com/mweinelt/ha-prometheus-sensor/blob/${version}/CHANGELOG.md";
description = "Import prometheus query results into Home Assistant";
@@ -24,8 +24,6 @@ buildHomeAssistantComponent rec {
distutils
];
dontBuild = true;
postInstall = ''
cp -r codes $out/custom_components/smartir/
'';
@@ -20,8 +20,6 @@ buildHomeAssistantComponent rec {
dependencies = [ zigpy ];
dontBuild = true;
passthru.updateScript = nix-update-script { };
meta = with lib; {
@@ -26,8 +26,6 @@ buildHomeAssistantComponent rec {
python-miio
];
dontBuild = true;
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; };
meta = {