about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEric Yen <eric@ericyen.com>2024-03-18 22:34:31 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-03-19 23:03:36 +0100
commit857c76e0322d0a7ce35087edb67b0f523233506e (patch)
treecbefccab2d4e3f5d14c12d8a912f81ce78210fed /pkgs/tools
parentdbc796642287f6653adbc406ef2acc0b67c09f81 (diff)
nomachine-client: add main program
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/nomachine-client/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/nomachine-client/default.nix b/pkgs/tools/admin/nomachine-client/default.nix
index 754c8c506f666..78685e067859a 100644
--- a/pkgs/tools/admin/nomachine-client/default.nix
+++ b/pkgs/tools/admin/nomachine-client/default.nix
@@ -81,6 +81,7 @@ in
     meta = with lib; {
       description = "NoMachine remote desktop client (nxplayer)";
       homepage = "https://www.nomachine.com/";
+      mainProgram = "nxplayer";
       sourceProvenance = with sourceTypes; [ binaryNativeCode ];
       license = {
         fullName = "NoMachine 7 End-User License Agreement";