Skip to content

Commit

Permalink
gns3Packages.server{Stable,Preview}: Fix the build
Browse files Browse the repository at this point in the history
I initially thought python3Packages.yarl wouldn't build but then
realized it was actually due to my overwrite.
  • Loading branch information
primeos committed Jan 21, 2018
1 parent 02f6827 commit 0beabe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/gns3/server.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 0beabe4

Please sign in to comment.