about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-17 19:11:00 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-17 19:11:00 +0200
commite0b957abb841d524ad18bcebccbbaa9ea5848a36 (patch)
tree0908e5ac4c630ac9d09fd27c11567de20c728c24
parent837f5b89d8bf3eac1483c99cdaea45d71d3dc17e (diff)
0ad: add meta.mainProgram
-rw-r--r--pkgs/games/0ad/game.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/0ad/game.nix b/pkgs/games/0ad/game.nix
index eadb8bd274575..f85c9becb8d15 100644
--- a/pkgs/games/0ad/game.nix
+++ b/pkgs/games/0ad/game.nix
@@ -125,5 +125,6 @@ stdenv.mkDerivation rec {
     ];
     maintainers = with maintainers; [ chvp ];
     platforms = subtractLists platforms.i686 platforms.linux;
+    mainProgram = "0ad";
   };
 }