mavproxy: migrate to wxPython_4_2

This commit is contained in:
Weijia Wang 2023-03-19 10:29:51 +02:00
parent 2356c1ea75
commit 4fe9738427

View File

@ -1,5 +1,5 @@
{ stdenv, lib, buildPythonApplication, fetchPypi, lxml, matplotlib, numpy
, opencv4, pymavlink, pyserial, setuptools, wxPython_4_0, billiard
, opencv4, pymavlink, pyserial, setuptools, wxPython_4_2, billiard
, gnureadline }:
buildPythonApplication rec {
@ -24,7 +24,7 @@ buildPythonApplication rec {
pymavlink
pyserial
setuptools
wxPython_4_0
wxPython_4_2
] ++ lib.optionals stdenv.isDarwin [ billiard gnureadline ];
# No tests