about summary refs log tree commit diff
path: root/pkgs/applications/misc/gramps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/gramps/default.nix')
-rw-r--r--pkgs/applications/misc/gramps/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index 7539b22087c34..bd0690b381a95 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -109,6 +109,7 @@ buildPythonApplication rec {
 
   meta = with lib; {
     description = "Genealogy software";
+    mainProgram = "gramps";
     homepage = "https://gramps-project.org";
     maintainers = with maintainers; [ jk pinpox ];
     changelog = "https://github.com/gramps-project/gramps/blob/v${version}/ChangeLog";