Merge pull request #186868 from lopsided98/mavproxy-update

authored by Sandro and committed by GitHub c300be33 1f8f2c5a

+5 -3
+5 -3
pkgs/applications/science/robotics/mavproxy/default.nix
··· 1 - { stdenv, lib, buildPythonApplication, fetchPypi, matplotlib, numpy, pymavlink, pyserial 2 - , setuptools, wxPython_4_0, billiard, gnureadline, opencv4 }: 3 4 buildPythonApplication rec { 5 pname = "MAVProxy"; ··· 16 ''; 17 18 propagatedBuildInputs = [ 19 matplotlib 20 numpy 21 pymavlink 22 pyserial 23 setuptools 24 wxPython_4_0 25 - opencv4 26 ] ++ lib.optionals stdenv.isDarwin [ billiard gnureadline ]; 27 28 # No tests
··· 1 + { stdenv, lib, buildPythonApplication, fetchPypi, lxml, matplotlib, numpy 2 + , opencv4, pymavlink, pyserial, setuptools, wxPython_4_0, billiard 3 + , gnureadline }: 4 5 buildPythonApplication rec { 6 pname = "MAVProxy"; ··· 17 ''; 18 19 propagatedBuildInputs = [ 20 + lxml 21 matplotlib 22 numpy 23 + opencv4 24 pymavlink 25 pyserial 26 setuptools 27 wxPython_4_0 28 ] ++ lib.optionals stdenv.isDarwin [ billiard gnureadline ]; 29 30 # No tests