diff options
author | makefu <github@syntax-fehler.de> | 2019-10-29 17:26:15 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-29 17:26:15 +0100 |
commit | b0e88c220985ddc76e0622cbcdb1eb782b1eb3cf (patch) | |
tree | 8bebdee539b6fe9a251eaa047b68e3ae69ea50c4 /makefu/2configs/bureautomation/default.nix | |
parent | 6e4c26a130611da18b2b9e82b8085a0076031db5 (diff) |
ma bureautomation: fix home-assistant regression with darksky
Diffstat (limited to 'makefu/2configs/bureautomation/default.nix')
-rw-r--r-- | makefu/2configs/bureautomation/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index 48c4c0b87..9492f6ac2 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -34,7 +34,6 @@ in { pkgs.pico2wave python-forecastio jsonrpc-async jsonrpc-websocket mpd2 (callPackage ./deps/gtts-token.nix { }) - (callPackage ./deps/pyhaversion.nix { }) ]; }; autoExtraComponents = true; |