1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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.
This commit is contained in:
Michael Weiss 2018-01-21 02:15:54 +01:00
parent 02f6827a91
commit 0beabe4a81

View file

@ -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 {