lbreakouthd: refactor
- meta.mainProgram
This commit is contained in:
parent
49d3ac8c99
commit
29b043ba46
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, directoryListingUpdater
|
||||
, SDL2
|
||||
, SDL2_image
|
||||
, SDL2_mixer
|
||||
, SDL2_ttf
|
||||
, directoryListingUpdater
|
||||
, fetchurl
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -36,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://lgames.sourceforge.io/LBreakoutHD/";
|
||||
description = "A widescreen Breakout clone";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "lbreakouthd";
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
inherit (SDL2.meta) platforms;
|
||||
broken = stdenv.isDarwin;
|
||||
|
|
Loading…
Reference in a new issue