about summary refs log tree commit diff
path: root/pkgs/applications/kde/rocs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/rocs.nix')
-rw-r--r--pkgs/applications/kde/rocs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/rocs.nix b/pkgs/applications/kde/rocs.nix
index 80f5f4bb6d65..732814c42f69 100644
--- a/pkgs/applications/kde/rocs.nix
+++ b/pkgs/applications/kde/rocs.nix
@@ -11,6 +11,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://edu.kde.org/rocs/";
     description = "A graph theory IDE.";
+    mainProgram = "rocs";
     license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
     platforms = lib.platforms.linux;
     maintainers = with maintainers; [ knairda ];