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:
parent
8850815577
commit
06aec42781
@ -5,8 +5,8 @@
|
|||||||
let
|
let
|
||||||
# TODO: This package requires qt5Full to launch
|
# TODO: This package requires qt5Full to launch
|
||||||
defaultOverrides = commonOverrides ++ [
|
defaultOverrides = commonOverrides ++ [
|
||||||
(mkOverride "jsonschema" "2.6.0"
|
(mkOverride "jsonschema" "3.2.0"
|
||||||
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg")
|
"0ykr61yiiizgvm3bzipa3l73rvj49wmrybbfwhvpgk3pscl5pa68")
|
||||||
];
|
];
|
||||||
|
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
|
Loading…
Reference in New Issue
Block a user