summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/appdaemon.nix
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-10 15:11:46 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-10 17:05:15 +0100
commitcc70439e110153b52a067624ebc113412850a9e1 (patch)
treee57ce3a970fd513de45456746a48363b409b697d /pkgs/servers/home-assistant/appdaemon.nix
parent9d08f32da6231b884483c5df016a27936cf08405 (diff)
downloadnixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar.gz
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar.bz2
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar.lz
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar.xz
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.tar.zst
nixpkgs-cc70439e110153b52a067624ebc113412850a9e1.zip
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
Diffstat (limited to 'pkgs/servers/home-assistant/appdaemon.nix')
-rw-r--r--pkgs/servers/home-assistant/appdaemon.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix
index 15ebccbc0da..42faa01db48 100644
--- a/pkgs/servers/home-assistant/appdaemon.nix
+++ b/pkgs/servers/home-assistant/appdaemon.nix
@@ -11,7 +11,8 @@ let
           sha256 = "8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964";
         };
         # TODO: remove after pinning aiohttp to a newer version
-        propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ self.idna-ssl ];
+        propagatedBuildInputs = with self; [ chardet multidict async-timeout yarl idna-ssl ];
+        doCheck = false;
       });
 
       yarl = super.yarl.overridePythonAttrs (oldAttrs: rec {