mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
home-assistant: move availableComponents to passthru
This commit is contained in:
parent
ce2c9bd765
commit
fcb6e881c2
1 changed files with 1 additions and 2 deletions
|
@ -192,8 +192,6 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
# don't try and fail to strip 6600+ python files, it takes minutes!
|
||||
dontStrip = true;
|
||||
|
||||
inherit availableComponents;
|
||||
|
||||
# PyPI tarball is missing tests/ directory
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant";
|
||||
|
@ -798,6 +796,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
passthru = {
|
||||
inherit availableComponents;
|
||||
python = py;
|
||||
tests = {
|
||||
inherit (nixosTests) home-assistant;
|
||||
|
|
Loading…
Reference in a new issue