Merge pull request #312486 from SuperSandro2000/zeroad

0ad: add meta.mainProgram

authored by Sandro and committed by GitHub d8bf2820 0837fbf2

+1
+1
pkgs/games/0ad/game.nix
··· 125 ]; 126 maintainers = with maintainers; [ chvp ]; 127 platforms = subtractLists platforms.i686 platforms.linux; 128 }; 129 }
··· 125 ]; 126 maintainers = with maintainers; [ chvp ]; 127 platforms = subtractLists platforms.i686 platforms.linux; 128 + mainProgram = "0ad"; 129 }; 130 }