summary refs log tree commit diff
path: root/pkgs/desktops/maxx/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-09-04 22:57:03 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-09-04 22:57:03 +0200
commit8414d8386b9a6b855b291fb3f01a4e3b04c08bbb (patch)
tree43daa6856de07bf2ca572d4829f3842f75eb6abe /pkgs/desktops/maxx/default.nix
parent4ea1d49643679761aaa2e809ade34a5812ace8e3 (diff)
downloadnixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar.gz
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar.bz2
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar.lz
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar.xz
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.tar.zst
nixpkgs-8414d8386b9a6b855b291fb3f01a4e3b04c08bbb.zip
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.
Diffstat (limited to 'pkgs/desktops/maxx/default.nix')
-rw-r--r--pkgs/desktops/maxx/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/maxx/default.nix b/pkgs/desktops/maxx/default.nix
index 339183f906e..891d644071c 100644
--- a/pkgs/desktops/maxx/default.nix
+++ b/pkgs/desktops/maxx/default.nix
@@ -82,8 +82,9 @@ in stdenv.mkDerivation {
     description = "A replica of IRIX Interactive Desktop";
     homepage = http://www.maxxinteractive.com;
     license = {
+      fullName = "The MaXX Interactive Desktop for Linux License Agreement";
       url = http://www.maxxinteractive.com/site/?page_id=97;
-      free = true;
+      free = false; # redistribution is only allowed to *some* hardware, etc.
     };
     maintainers = [ maintainers.gnidorah ];
     platforms = ["x86_64-linux"];