mission-planner: added updateScript
This commit is contained in:
parent
043b564f91
commit
da8c777f09
@ -1,4 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, makeDesktopItem, makeWrapper, unzip, mono }:
|
||||
{ lib, stdenv, fetchurl, makeDesktopItem, makeWrapper, unzip, mono, gitUpdater
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "mission-planner";
|
||||
@ -45,6 +46,8 @@ in stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "ArduPilot ground station";
|
||||
mainProgram = "mission-planner";
|
||||
|
Loading…
Reference in New Issue
Block a user