about summary refs log tree commit diff
path: root/pkgs/applications/kde/kmplot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kmplot.nix')
-rw-r--r--pkgs/applications/kde/kmplot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kmplot.nix b/pkgs/applications/kde/kmplot.nix
index 9f1ab4d28119..478198215396 100644
--- a/pkgs/applications/kde/kmplot.nix
+++ b/pkgs/applications/kde/kmplot.nix
@@ -7,6 +7,7 @@ mkDerivation {
   meta = {
     homepage = "https://apps.kde.org/kmplot/";
     description = "Mathematical function plotter";
+    mainProgram = "kmplot";
     license = with lib.licenses; [ gpl2Plus fdl12Plus ];
     maintainers = [ lib.maintainers.orivej ];
   };