This commit is contained in:
mjallen18
2026-01-30 22:46:27 -06:00
parent bca4a13614
commit 59268d1da3
5 changed files with 15 additions and 103 deletions

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-w+7cC/jV+6bQM1aEPlO90Z1o9CcjmPvjNDSG9CduFFw=";
};
nativeBuildInputs = with python3Packages; [
buildInputs = with python3Packages; [
beautifulsoup4
dateparser
pillow

View File

@@ -17,10 +17,12 @@ buildHomeAssistantComponent rec {
hash = "sha256-S6g9mfPEixqeGQkXVK8PZJ/dnEC5ThKtbELAIAhCANM=";
};
nativeBuildInputs = with pkgs.${namespace}; [
propogatedBuildInputs = with pkgs.${namespace}; [
python-nanokvm
];
buildInputs = propogatedBuildInputs;
postPatch = ''
substituteInPlace custom_components/nanokvm/manifest.json \
--replace-fail '"nanokvm>=0.0.4"' '"nanokvm"'

View File

@@ -19,7 +19,7 @@ let
sources = mkAllSources selected;
modDirVersion = selected.variables.modDirVersion;
tag = "stable";
tag = "stable";#sources.tag;
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
# all of these fail for various reasons