mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
mavproxy: migrate to wxPython_4_2
This commit is contained in:
parent
2356c1ea75
commit
4fe9738427
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user