gl117: add license + homepage
This commit is contained in:
parent
8acffe39b7
commit
39d7a557d4
@ -13,12 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libGLU_combined SDL freeglut SDL_mixer autoconf automake libtool ];
|
buildInputs = [ libGLU_combined SDL freeglut SDL_mixer autoconf automake libtool ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "An air combat simulator";
|
description = "An air combat simulator";
|
||||||
maintainers = with stdenv.lib.maintainers;
|
homepage = https://sourceforge.net/projects/gl-117;
|
||||||
[
|
maintainers = with maintainers; [ raskin ];
|
||||||
raskin
|
license = licenses.gpl2;
|
||||||
];
|
platforms = platforms.linux;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user