Unverified Commit 733a35ee authored by Gavin John's avatar Gavin John
Browse files

qgroundcontrol: add nix-update-script

parent d363cd33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  gst_all_1,
  wayland,
  pkg-config,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -95,6 +96,8 @@ stdenv.mkDerivation rec {
    ./disable-bad-message.patch
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
    homepage = "https://qgroundcontrol.com/";