what
This commit is contained in:
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-w+7cC/jV+6bQM1aEPlO90Z1o9CcjmPvjNDSG9CduFFw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
buildInputs = with python3Packages; [
|
||||
beautifulsoup4
|
||||
dateparser
|
||||
pillow
|
||||
|
||||
@@ -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"'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user