warzone2100: fix meta
This commit is contained in:
parent
4a2b6a63b6
commit
c4a35d8cf9
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = []
|
postInstall = []
|
||||||
++ stdenv.lib.optional withVideos "cp ${sequences_src} $out/share/warzone2100/sequences.wz";
|
++ stdenv.lib.optional withVideos "cp ${sequences_src} $out/share/warzone2100/sequences.wz";
|
||||||
meta = {
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
description = "A free RTS game, originally developed by Pumpkin Studios";
|
description = "A free RTS game, originally developed by Pumpkin Studios";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Warzone 2100 is an open source real-time strategy and real-time tactics
|
Warzone 2100 is an open source real-time strategy and real-time tactics
|
||||||
@ -47,8 +48,8 @@ stdenv.mkDerivation rec {
|
|||||||
variety of possible units and tactics.
|
variety of possible units and tactics.
|
||||||
'';
|
'';
|
||||||
homepage = http://wz2100.net;
|
homepage = http://wz2100.net;
|
||||||
license = [ "GPLv2+" ];
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
maintainers = [ maintainers.astsmtl ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user