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"'
|
||||
|
||||
Reference in New Issue
Block a user