gens-gs: add license
This commit is contained in:
parent
24513e08d7
commit
a0f6e0552d
@ -15,10 +15,11 @@ stdenv.mkDerivation {
|
|||||||
# See http://ubuntuforums.org/showthread.php?p=10535837
|
# See http://ubuntuforums.org/showthread.php?p=10535837
|
||||||
NIX_CFLAGS_COMPILE = "-UGTK_DISABLE_DEPRECATED -UGSEAL_ENABLE";
|
NIX_CFLAGS_COMPILE = "-UGTK_DISABLE_DEPRECATED -UGSEAL_ENABLE";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://segaretro.org/Gens/GS;
|
homepage = https://segaretro.org/Gens/GS;
|
||||||
description = "A Genesis/Mega Drive emulator";
|
description = "A Genesis/Mega Drive emulator";
|
||||||
platforms = [ "i686-linux" ];
|
platforms = [ "i686-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user