mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
curseofwar-sdl: set mainProgram
This commit is contained in:
parent
ccd60fa3b5
commit
bf3495ea8a
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Fast-paced action strategy game";
|
||||
homepage = "https://a-nikolaev.github.io/curseofwar/";
|
||||
license = licenses.gpl3;
|
||||
mainProgram = if SDL != null then "curseofwar-sdl" else "curseofwar";
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue