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>2018-11-25 12:18:21 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-11-25 12:20:47 +0100
commit5a2317d3316a7b497b1b513f9ce73f4de22e0dc5 (patch)
tree345ebe1e29a7015d4aaabb15ce95ef278a605242 /pkgs/servers/home-assistant/appdaemon.nix
parentf7b2518397e9337e8091ce041b3562c9203d2515 (diff)
downloadnixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar.gz
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar.bz2
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar.lz
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar.xz
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.tar.zst
nixpkgs-5a2317d3316a7b497b1b513f9ce73f4de22e0dc5.zip
appdaemon: add idna-ssl to aiohttp's propagatedBuildInputs
closes #51009, closes #51010
Diffstat (limited to 'pkgs/servers/home-assistant/appdaemon.nix')
-rw-r--r--pkgs/servers/home-assistant/appdaemon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix
index b3df4a481cd..15ebccbc0da 100644
--- a/pkgs/servers/home-assistant/appdaemon.nix
+++ b/pkgs/servers/home-assistant/appdaemon.nix
@@ -10,6 +10,8 @@ let
           inherit version;
           sha256 = "8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964";
         };
+        # TODO: remove after pinning aiohttp to a newer version
+        propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ self.idna-ssl ];
       });
 
       yarl = super.yarl.overridePythonAttrs (oldAttrs: rec {