Unverified Commit dd112841 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206)

parents 3a7266fc 69425026
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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" ]
)