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:
parent
02f6827a91
commit
0beabe4a81
@ -20,7 +20,7 @@ let
|
|||||||
}));
|
}));
|
||||||
yarl = (stdenv.lib.overrideDerivation pythonPackages.yarl
|
yarl = (stdenv.lib.overrideDerivation pythonPackages.yarl
|
||||||
(oldAttrs:
|
(oldAttrs:
|
||||||
{ propagatedBuildInputs = [ multidict_3_1_3 ]; }));
|
{ propagatedBuildInputs = [ multidict_3_1_3 pythonPackages.idna ]; }));
|
||||||
aiohttp = (stdenv.lib.overrideDerivation pythonPackages.aiohttp
|
aiohttp = (stdenv.lib.overrideDerivation pythonPackages.aiohttp
|
||||||
(oldAttrs:
|
(oldAttrs:
|
||||||
rec {
|
rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user