buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206)
This commit is contained in:
commit
dd11284117
@ -43,5 +43,9 @@ home-assistant.python.pkgs.buildPythonPackage (
|
||||
isHomeAssistantComponent = true;
|
||||
} // args.passthru or { };
|
||||
|
||||
} // builtins.removeAttrs args [ "nativeCheckInputs" "passthru" ]
|
||||
meta = {
|
||||
inherit (home-assistant.meta) platforms;
|
||||
} // args.meta or { };
|
||||
|
||||
} // builtins.removeAttrs args [ "meta" "nativeCheckInputs" "passthru" ]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user