gns3-gui: Fix the build

For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
This commit is contained in:
Atemu 2020-06-16 19:23:48 +02:00 committed by Michael Weiss
parent 8850815577
commit 06aec42781
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -5,8 +5,8 @@
let
# TODO: This package requires qt5Full to launch
defaultOverrides = commonOverrides ++ [
(mkOverride "jsonschema" "2.6.0"
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg")
(mkOverride "jsonschema" "3.2.0"
"0ykr61yiiizgvm3bzipa3l73rvj49wmrybbfwhvpgk3pscl5pa68")
];
python = python3.override {