about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/appdaemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/home-assistant/appdaemon.nix')
-rw-r--r--pkgs/servers/home-assistant/appdaemon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix
index 40c55e9f5d788..c2bb51cc14a01 100644
--- a/pkgs/servers/home-assistant/appdaemon.nix
+++ b/pkgs/servers/home-assistant/appdaemon.nix
@@ -18,7 +18,6 @@ python3.pkgs.buildPythonApplication rec {
   pythonRelaxDeps = true;
 
   nativeBuildInputs = with python3.pkgs; [
-    pythonRelaxDepsHook
     setuptools
   ];