about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-17 20:21:51 +0200
committerGitHub <noreply@github.com>2024-05-17 20:21:51 +0200
commitd8bf28208e331f929cd2c5a6d133b26181167bb4 (patch)
tree6872dc31835a50ed2ebd25a0813e3cc007967f3f
parent0837fbf227364d79cbae8fff2378125526905cbe (diff)
parente0b957abb841d524ad18bcebccbbaa9ea5848a36 (diff)
Merge pull request #312486 from SuperSandro2000/zeroad
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";
   };
 }