Loading pkgs/games/curseofwar/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/games/curseofwar/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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