rogue: add license

This commit is contained in:
Markus Kowalewski 2018-09-03 22:06:28 +02:00
parent 2fefff2fba
commit 6600a405c2
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -17,10 +17,11 @@ stdenv.mkDerivation {
# Fix build for recent ncurses versions
NIX_CFLAGS_COMPILE = [ "-DNCURSES_INTERNALS=1" ];
meta = {
meta = with stdenv.lib; {
homepage = http://rogue.rogueforge.net/rogue-5-4/;
description = "The final version of the original Rogue game developed for the UNIX operating system";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = platforms.all;
license = licenses.bsd3;
maintainers = [ maintainers.eelco ];
};
}