{open,edge}tx: add meta.mainProgram (#361901)

This commit is contained in:
Aleksana
2024-12-06 20:16:29 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -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" ];
@@ -42,6 +42,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://www.open-tx.org/";
license = licenses.gpl2Only;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];