about summary refs log tree commit diff
path: root/pkgs/games/rott/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/rott/default.nix')
-rw-r--r--pkgs/games/rott/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/rott/default.nix b/pkgs/games/rott/default.nix
index 591275631fa9..534f14bcb289 100644
--- a/pkgs/games/rott/default.nix
+++ b/pkgs/games/rott/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "SDL port of Rise of the Triad";
+    mainProgram = "rott";
     homepage = "https://icculus.org/rott/";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ sander ];