forked from mirrors/nixpkgs
maxx: license fixups
The main thing is that I'm convinced the license can't be free when it restricts redistribution to certain platforms. That probably holds with the usual definitions like from Debian, FSF or OSI.
This commit is contained in:
parent
4ea1d49643
commit
8414d8386b
|
@ -82,8 +82,9 @@ in stdenv.mkDerivation {
|
||||||
description = "A replica of IRIX Interactive Desktop";
|
description = "A replica of IRIX Interactive Desktop";
|
||||||
homepage = http://www.maxxinteractive.com;
|
homepage = http://www.maxxinteractive.com;
|
||||||
license = {
|
license = {
|
||||||
|
fullName = "The MaXX Interactive Desktop for Linux License Agreement";
|
||||||
url = http://www.maxxinteractive.com/site/?page_id=97;
|
url = http://www.maxxinteractive.com/site/?page_id=97;
|
||||||
free = true;
|
free = false; # redistribution is only allowed to *some* hardware, etc.
|
||||||
};
|
};
|
||||||
maintainers = [ maintainers.gnidorah ];
|
maintainers = [ maintainers.gnidorah ];
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
|
|
Loading…
Reference in a new issue