about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3/server.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2018-01-21 02:15:54 +0100
committerMichael Weiss <dev.primeos@gmail.com>2018-01-21 02:17:48 +0100
commit0beabe4a815bc8d4343c7c8e62f2ceeec3971bd7 (patch)
tree13207e63cd5c13419d03601e99a53552cd301cb2 /pkgs/applications/networking/gns3/server.nix
parent02f6827a9119fef010823505d49fa411aef745d7 (diff)
gns3Packages.server{Stable,Preview}: Fix the build
I initially thought python3Packages.yarl wouldn't build but then
realized it was actually due to my overwrite.
Diffstat (limited to 'pkgs/applications/networking/gns3/server.nix')
-rw-r--r--pkgs/applications/networking/gns3/server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index 5a201dfc4074e..1bc8e4c15d11f 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -20,7 +20,7 @@ let
       }));
   yarl = (stdenv.lib.overrideDerivation pythonPackages.yarl
     (oldAttrs:
-      { propagatedBuildInputs = [ multidict_3_1_3 ]; }));
+      { propagatedBuildInputs = [ multidict_3_1_3 pythonPackages.idna ]; }));
   aiohttp = (stdenv.lib.overrideDerivation pythonPackages.aiohttp
     (oldAttrs:
       rec {