about summary refs log tree commit diff
path: root/pkgs/applications/kde/kalk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kalk.nix')
-rw-r--r--pkgs/applications/kde/kalk.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kalk.nix b/pkgs/applications/kde/kalk.nix
index 8d63991fb080..c151078e910e 100644
--- a/pkgs/applications/kde/kalk.nix
+++ b/pkgs/applications/kde/kalk.nix
@@ -43,6 +43,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Calculator built with kirigami";
+    mainProgram = "kalk";
     homepage = "https://invent.kde.org/plasma-mobile/kalk";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ samueldr ];