about summary refs log tree commit diff
path: root/pkgs/games/brogue-ce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue-ce/default.nix')
-rw-r--r--pkgs/games/brogue-ce/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index 32ca328492bcd..1f454b53b6f1d 100644
--- a/pkgs/games/brogue-ce/default.nix
+++ b/pkgs/games/brogue-ce/default.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "A community-lead fork of the minimalist roguelike game Brogue";
+    mainProgram = "brogue-ce";
     homepage = "https://github.com/tmewett/BrogueCE";
     license = licenses.agpl3;
     maintainers = with maintainers; [ AndersonTorres fgaz ];