1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

opentx: add meta.mainProgram

This commit is contained in:
wucke13 2024-12-05 00:06:22 +01:00
parent 924dd67481
commit b2e88ebdde

View file

@ -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" ];