summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
commit158e1cfdd0ddb8380e266dcf16a4167455335bc3 (patch)
tree1437b0590a546a7900c83518efa96dfc4e2e310a /pkgs/games
parent831d597bfab70bf2952f9573b2cacc9d1c56de1c (diff)
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/alienarena/default.nix2
-rw-r--r--pkgs/games/blobby/default.nix2
-rw-r--r--pkgs/games/eduke32/default.nix2
-rw-r--r--pkgs/games/gsb/default.nix2
-rw-r--r--pkgs/games/urbanterror/default.nix2
-rw-r--r--pkgs/games/vessel/default.nix2
-rw-r--r--pkgs/games/warsow/default.nix2
-rw-r--r--pkgs/games/worldofgoo/default.nix2
-rw-r--r--pkgs/games/xonotic/default.nix2
9 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/games/alienarena/default.nix b/pkgs/games/alienarena/default.nix
index 485b52d3d088..a7d6bbc63d91 100644
--- a/pkgs/games/alienarena/default.nix
+++ b/pkgs/games/alienarena/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://red.planetarena.org;
# Engine is under GPLv2, everything else is under
- license = with licenses; unfreeRedistributable;
+ license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux;
hydraPlatforms = [];
diff --git a/pkgs/games/blobby/default.nix b/pkgs/games/blobby/default.nix
index 801b7ea72770..c577d65a559c 100644
--- a/pkgs/games/blobby/default.nix
+++ b/pkgs/games/blobby/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = ''A blobby volleyball game'';
- license = with stdenv.lib.licenses; bsd3;
+ license = stdenv.lib.licenses.bsd3;
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin];
homepage = "http://blobby.sourceforge.net/";
diff --git a/pkgs/games/eduke32/default.nix b/pkgs/games/eduke32/default.nix
index e7a420b894a1..46cd66d22af0 100644
--- a/pkgs/games/eduke32/default.nix
+++ b/pkgs/games/eduke32/default.nix
@@ -63,7 +63,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit version;
description = "Enhanched port of Duke Nukem 3D for various platforms";
- license = with licenses; gpl2Plus;
+ license = licenses.gpl2Plus;
homepage = http://eduke32.com;
maintainers = with maintainers; [ nckx sander ];
};
diff --git a/pkgs/games/gsb/default.nix b/pkgs/games/gsb/default.nix
index a0a25a2ff4b4..4c1a385baaf9 100644
--- a/pkgs/games/gsb/default.nix
+++ b/pkgs/games/gsb/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
battle (or at least blow to bits in aesthetically pleasing ways).
'';
homepage = http://www.positech.co.uk/gratuitousspacebattles/index.html;
- license = with licenses; unfree;
+ license = licenses.unfree;
maintainers = with maintainers; [ jcumming ];
platforms = [ "x86_64-linux" "i686-linux" ] ;
};
diff --git a/pkgs/games/urbanterror/default.nix b/pkgs/games/urbanterror/default.nix
index 925362be1c58..9224d5872c22 100644
--- a/pkgs/games/urbanterror/default.nix
+++ b/pkgs/games/urbanterror/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
realism". This results in a very unique, enjoyable and addictive game.
'';
homepage = http://www.urbanterror.net;
- license = with licenses; unfreeRedistributable;
+ license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux;
hydraPlatforms = [];
diff --git a/pkgs/games/vessel/default.nix b/pkgs/games/vessel/default.nix
index 4a845a3a17e1..db389047ec77 100644
--- a/pkgs/games/vessel/default.nix
+++ b/pkgs/games/vessel/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
to life, and all the consequences that ensue.
'';
homepage = http://www.strangeloopgames.com;
- license = with licenses; unfree;
+ license = licenses.unfree;
maintainers = with maintainers; [ jcumming ];
};
diff --git a/pkgs/games/warsow/default.nix b/pkgs/games/warsow/default.nix
index 83c9b5d52fa5..95086d046303 100644
--- a/pkgs/games/warsow/default.nix
+++ b/pkgs/games/warsow/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.warsow.net;
# Engine is under GPLv2, everything else is under
- license = with licenses; unfreeRedistributable;
+ license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux;
};
diff --git a/pkgs/games/worldofgoo/default.nix b/pkgs/games/worldofgoo/default.nix
index 2382da034534..ba887d91de19 100644
--- a/pkgs/games/worldofgoo/default.nix
+++ b/pkgs/games/worldofgoo/default.nix
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
game, or that they are extremely delicious.
'';
homepage = http://worldofgoo.com;
- license = with licenses; unfree;
+ license = licenses.unfree;
maintainers = with maintainers; [ jcumming ];
};
diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix
index ba8245bb7006..7b68e1e3d365 100644
--- a/pkgs/games/xonotic/default.nix
+++ b/pkgs/games/xonotic/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
aims to become the best possible open-source FPS of its kind.
'';
homepage = http://www.xonotic.org;
- license = with stdenv.lib.licenses; gpl2Plus;
+ license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];