about summary refs log tree commit diff
path: root/pkgs/applications/office/beebeep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/beebeep/default.nix')
-rw-r--r--pkgs/applications/office/beebeep/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/beebeep/default.nix b/pkgs/applications/office/beebeep/default.nix
index 8fa5fc980714..978066b7199a 100644
--- a/pkgs/applications/office/beebeep/default.nix
+++ b/pkgs/applications/office/beebeep/default.nix
@@ -36,6 +36,7 @@ mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.beebeep.net/";
     description = "BeeBEEP is the free office messenger that is indispensable in all those places where privacy and security are an essential requirement.";
+    mainProgram = "beebeep";
     platforms = platforms.linux;
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ mglolenstine ];