hass
This commit is contained in:
@@ -18,13 +18,15 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-7c2GfTagNsIsSiT/sCqSV+BZZJMcvlsecDD+ZDZx9BA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
with home-assistant.python.pkgs;
|
||||
[
|
||||
gehomesdk
|
||||
slixmpp
|
||||
]
|
||||
++ [ pkgs.${namespace}.magicattr ];
|
||||
# gehomesdk and magicattr must be built against HA's Python
|
||||
dependencies = with pkgs.${namespace}; [
|
||||
gehomesdk
|
||||
magicattr
|
||||
];
|
||||
|
||||
nativeBuildInputs = with home-assistant.python.pkgs; [
|
||||
slixmpp
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/simbaja/ha_gehome/releases/tag/${version}";
|
||||
|
||||
Reference in New Issue
Block a user