summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-10 13:43:05 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-10 13:46:24 +0100
commit6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d (patch)
treeb86a3ed0f2852ef924ac4d5491f80ac97ee95212 /pkgs/servers/home-assistant
parentf7ce8c6cd69afb069ec737fdd42b2dcb07dc3913 (diff)
downloadnixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar.gz
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar.bz2
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar.lz
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar.xz
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.tar.zst
nixlib-6fb6616f17c0d4ec17e25ce9a07b7bc2452df87d.zip
home-assistant: remove dependencies which should be loaded via autoExtraComponents
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 057d4a384e42..eed800fa7d35 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -63,8 +63,8 @@ in with py.pkgs; buildPythonApplication rec {
   propagatedBuildInputs = [
     # From setup.py
     requests pyyaml pytz pip jinja2 voluptuous typing aiohttp yarl async-timeout chardet astral certifi
-    # From the components that are part of the default configuration.yaml
-    sqlalchemy aiohttp-cors hass-frontend user-agents distro mutagen xmltodict netdisco
+    # From http, frontend and recorder components
+    sqlalchemy aiohttp-cors hass-frontend user-agents
   ] ++ componentBuildInputs ++ extraBuildInputs;
 
   checkInputs = [