about summary refs log tree commit diff
path: root/pkgs/tools/misc/systrayhelper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/systrayhelper/default.nix')
-rw-r--r--pkgs/tools/misc/systrayhelper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/systrayhelper/default.nix b/pkgs/tools/misc/systrayhelper/default.nix
index cc000d62d08af..1635054b56c66 100644
--- a/pkgs/tools/misc/systrayhelper/default.nix
+++ b/pkgs/tools/misc/systrayhelper/default.nix
@@ -36,5 +36,6 @@ buildGoModule rec {
     license = licenses.mit;
     # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
     # I hope nix can figure this out?! ¯\\_(ツ)_/¯
+    mainProgram = "systrayhelper";
   };
 }