3 , buildPythonApplication
17 buildPythonApplication rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-A7tqV1kBCSuWHJUTdUZGcPY/r7X1edGZs6xDctpMbMI=";
28 propagatedBuildInputs = [
37 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ billiard gnureadline ];
43 description = "MAVLink proxy and command line ground station";
44 homepage = "https://github.com/ArduPilot/MAVProxy";
45 license = licenses.gpl3Plus;
46 maintainers = with maintainers; [ lopsided98 ];