bruh
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user