about summary refs log tree commit diff
path: root/pkgs/games/brogue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue/default.nix')
-rw-r--r--pkgs/games/brogue/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix
index 770ff36229231..326a04c8c8405 100644
--- a/pkgs/games/brogue/default.nix
+++ b/pkgs/games/brogue/default.nix
@@ -51,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "A roguelike game";
+    mainProgram = "brogue";
     homepage = "https://sites.google.com/site/broguegame/";
     license = licenses.agpl3;
     maintainers =  with maintainers; [ AndersonTorres fgaz ];