From 0beabe4a815bc8d4343c7c8e62f2ceeec3971bd7 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 21 Jan 2018 02:15:54 +0100 Subject: 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. --- pkgs/applications/networking/gns3/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix index 5a201dfc407..1bc8e4c15d1 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 { -- cgit 1.4.1