Skip to content

Commit

Permalink
home-assistant: treat extraComponents with multiple requirements corr…
Browse files Browse the repository at this point in the history
…ectly
  • Loading branch information
Robert Schütz authored and etu committed Apr 9, 2018
1 parent 51d1aad commit a292149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let

getPackages = component: builtins.getAttr component componentPackages.components;

componentBuildInputs = map (component: getPackages component py.pkgs) extraComponents;
componentBuildInputs = lib.concatMap (component: getPackages component py.pkgs) extraComponents;

# Ensure that we are using a consistent package set
extraBuildInputs = extraPackages py.pkgs;
Expand Down

0 comments on commit a292149

Please sign in to comment.