qgroundcontrol: add nix-update-script

This commit is contained in:
Gavin John
2025-07-10 11:59:43 -04:00
parent d363cd3339
commit 733a35ee4d
@@ -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/";