bruh
This commit is contained in:
@@ -18,8 +18,8 @@ buildHomeAssistantComponent rec {
|
||||
|
||||
# PYTHONPATH = [ "${src}/uart-wifi" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.${namespace}.uart-wifi
|
||||
nativeBuildInputs = with pkgs.${namespace}; [
|
||||
uart-wifi
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-47u2oG8MvEX0B8fu1Hs9sV7EXwPyOVRWNn6Mb4BpHGI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
beautifulsoup4
|
||||
];
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-Zuidx6YrjqDzgtOTW380Rfzi1zHqJ07IrgBYztfM2II=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
beautifulsoup4
|
||||
];
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
namespace,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
@@ -17,13 +18,13 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-hxgQsHb0E/XQEZoVFtKOgdHEVsU5UgqhOjjkgKqlI1I=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
# gehomesdk
|
||||
slixmpp
|
||||
|
||||
pkgs.${namespace}.gehomesdk
|
||||
pkgs.${namespace}.magicattr
|
||||
];
|
||||
] ++ (with pkgs.${namespace}; [
|
||||
gehomesdk
|
||||
magicattr
|
||||
]);
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/simbaja/ha_gehome/releases/tag/${version}";
|
||||
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-5uw1guGLTpaLPjhXQ6jP7kA0iWdbEgNZ/vnBjJWeCPA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
fido2
|
||||
srp
|
||||
];
|
||||
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-be4cW3f30G32MGl49YGja9/SlMHdnQ9IguuY14wgKGI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
huggingface-hub
|
||||
ollama
|
||||
webcolors
|
||||
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-8UNmtHxioyrmYd9ILkbLOByzu+K+r2svKkzv9mzc3eA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
beautifulsoup4
|
||||
dateparser
|
||||
pillow
|
||||
|
||||
@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-vXVl+9TIWswNemoUqjeQsTJDPh/OjHUf237QU3OaqJU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.${namespace}.python-nanokvm
|
||||
nativeBuildInputs = with pkgs.${namespace}; [
|
||||
python-nanokvm
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -17,7 +17,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-5h1EqwpnsmWexqB3J/X4OcN9bfBYUxGxLF1Hrmoi5LY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pkgs.python3Packages; [
|
||||
nativeBuildInputs = with pkgs.python3Packages; [
|
||||
jsonschema
|
||||
];
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-UvUowCgfay9aRV+iC/AQ9vvJzhGZbH+/1kVjxPFBKcI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.${namespace}.pyoverseerr
|
||||
nativeBuildInputs = with pkgs.${namespace}; [
|
||||
pyoverseerr
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-J9VFNImri0xF8RfND1bZl12CreKA023eHsXFNVt1YNQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.${namespace}.wyzeapy
|
||||
nativeBuildInputs = with pkgs.${namespace}; [
|
||||
wyzeapy
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user