summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-11 14:18:02 +0400
committerGitHub <noreply@github.com>2016-07-11 14:18:02 +0400
commit1a802e729d99ccde096884388940acab137f8ba8 (patch)
tree800aeca73dc4fe13ba65bcf305249b4c1d5d1acb /pkgs/games
parent65ac26e28a9191cb95410832e2272a1fe1d910e9 (diff)
parente5154f2ab2a2668f7441cd07abb86302d3d2fc16 (diff)
downloadnixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar.gz
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar.bz2
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar.lz
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar.xz
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.tar.zst
nixpkgs-1a802e729d99ccde096884388940acab137f8ba8.zip
Merge pull request #16853 from Jookia/RFC_zdoom-nonfree
zdoom: Mark it and its forks as nonfree.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gzdoom/default.nix1
-rw-r--r--pkgs/games/zandronum/default.nix2
-rw-r--r--pkgs/games/zdoom/default.nix1
3 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 3f8744d75cb..332c2fbeff1 100644
--- a/pkgs/games/gzdoom/default.nix
+++ b/pkgs/games/gzdoom/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/games/zandronum/default.nix b/pkgs/games/zandronum/default.nix
index 73ce80c5f39..4e1dcd44323 100644
--- a/pkgs/games/zandronum/default.nix
+++ b/pkgs/games/zandronum/default.nix
@@ -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;
   };
 }
diff --git a/pkgs/games/zdoom/default.nix b/pkgs/games/zdoom/default.nix
index 3a301ed0f2b..ce25f3efda3 100644
--- a/pkgs/games/zdoom/default.nix
+++ b/pkgs/games/zdoom/default.nix
@@ -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 ];
   };
 }