summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-21 13:47:08 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-21 13:47:08 +0100
commitc3231eddb5afa91de197f62f4adda1da4cf3c21d (patch)
treeb63aee31f1ed8a478035a00f7528c4e63d6282eb /pkgs/servers/home-assistant
parentc12155fe2dd1d04a106eccc69222665153788b07 (diff)
downloadnixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar.gz
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar.bz2
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar.lz
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar.xz
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.tar.zst
nixpkgs-c3231eddb5afa91de197f62f4adda1da4cf3c21d.zip
home-assistant: disable nest tests
The library has an unfree license, this breaks CI builds.
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index b747e65779c..5e5026901b0 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -646,7 +646,8 @@ in with py.pkgs; buildPythonApplication rec {
     "namecheapdns"
     "neato"
     "ness_alarm"
-    "nest"
+    # python-nest has an unfree license, this prevents builds through ofborg
+    # "nest"
     "netatmo"
     "nexia"
     "nightscout"