From f4e7a058383d3032da7113eb8d0cbea8d61006de Mon Sep 17 00:00:00 2001 From: wucke13 Date: Thu, 5 Dec 2024 00:07:46 +0100 Subject: [PATCH] edgetx: add meta.mainProgram --- pkgs/applications/misc/edgetx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/edgetx/default.nix b/pkgs/applications/misc/edgetx/default.nix index 186ad4be05c1..36626903b4c8 100644 --- a/pkgs/applications/misc/edgetx/default.nix +++ b/pkgs/applications/misc/edgetx/default.nix @@ -39,6 +39,7 @@ mkDerivation rec { firmware to the radio, backing up model settings, editing settings and running radio simulators. ''; + mainProgram = "companion" + lib.concatStrings (lib.take 2 (lib.splitVersion version)); homepage = "https://edgetx.org/"; license = licenses.gpl2Only; platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];