From e0b13fe95b22dcf97b048ac1775ad06ef1cfad51 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sun, 13 Jun 2021 00:49:02 +0200 Subject: [PATCH] sauerbraten: set mainProgram to sauerbraten_client so that nix run nixpkgs#sauerbraten starts the game --- pkgs/games/sauerbraten/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/sauerbraten/default.nix b/pkgs/games/sauerbraten/default.nix index 2d5f3d9a3c7..1e43674d2a4 100644 --- a/pkgs/games/sauerbraten/default.nix +++ b/pkgs/games/sauerbraten/default.nix @@ -38,6 +38,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS"; maintainers = with maintainers; [ raskin ajs124 ]; + mainProgram = "sauerbraten_client"; hydraPlatforms = # raskin: tested amd64-linux; # not setting platforms because it is 0.5+ GiB of game data