about summary refs log tree commit diff
path: root/pkgs/applications/kde/ksystemlog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ksystemlog.nix')
-rw-r--r--pkgs/applications/kde/ksystemlog.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/ksystemlog.nix b/pkgs/applications/kde/ksystemlog.nix
index 1b78c16b49dd..c886acc65f5a 100644
--- a/pkgs/applications/kde/ksystemlog.nix
+++ b/pkgs/applications/kde/ksystemlog.nix
@@ -13,6 +13,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://apps.kde.org/ksystemlog/";
     description = "System log viewer";
+    mainProgram = "ksystemlog";
     license = with licenses; [ gpl2 ];
     maintainers = with maintainers; [ peterhoeg ];
   };