home-assistant: don't mark home-assistant-frontend as missing
This commit is contained in:
@@ -161,7 +161,8 @@ def main() -> None:
|
||||
if attr_path is not None:
|
||||
# Add attribute path without "python3Packages." prefix
|
||||
attr_paths.append(attr_path[len(PKG_SET + ".") :])
|
||||
else:
|
||||
# home-assistant-frontend is always in propagatedBuildInputs
|
||||
elif name != 'home-assistant-frontend':
|
||||
missing_reqs.append(name)
|
||||
else:
|
||||
build_inputs[component] = (attr_paths, missing_reqs)
|
||||
|
||||
Reference in New Issue
Block a user