sauerbraten: set mainProgram to sauerbraten_client

so that nix run nixpkgs#sauerbraten starts the game
This commit is contained in:
Matthieu Coudron 2021-06-13 00:49:02 +02:00
parent 6a1ca229f5
commit e0b13fe95b

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS"; description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS";
maintainers = with maintainers; [ raskin ajs124 ]; maintainers = with maintainers; [ raskin ajs124 ];
mainProgram = "sauerbraten_client";
hydraPlatforms = hydraPlatforms =
# raskin: tested amd64-linux; # raskin: tested amd64-linux;
# not setting platforms because it is 0.5+ GiB of game data # not setting platforms because it is 0.5+ GiB of game data