about summary refs log tree commit diff
path: root/pkgs/applications/kde/kalzium.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kalzium.nix')
-rw-r--r--pkgs/applications/kde/kalzium.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kalzium.nix b/pkgs/applications/kde/kalzium.nix
index 045c9a3c8d6e..c365f6e7e7d4 100644
--- a/pkgs/applications/kde/kalzium.nix
+++ b/pkgs/applications/kde/kalzium.nix
@@ -5,6 +5,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://edu.kde.org/kalzium/";
     description = "Program that shows you the Periodic Table of Elements";
+    mainProgram = "kalzium";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;