zdoom: Mark it and its forks as nonfree.

See http://zdoom.org/wiki/License and the source code of each package.
This commit is contained in:
Jookia 2016-07-11 11:04:01 +10:00
parent 19146cefa1
commit e5154f2ab2
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation {
meta = {
homepage = https://github.com/coelckers/gzdoom;
description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.lassulus ];
};
}

View file

@ -57,7 +57,7 @@ in stdenv.mkDerivation {
homepage = http://zandronum.com/;
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
maintainers = with maintainers; [ lassulus ];
license = stdenv.lib.licenses.unfree;
platforms = platforms.linux;
license = licenses.bsdOriginal;
};
}

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://zdoom.org/;
description = "Enhanced port of the official DOOM source code";
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.lassulus ];
};
}