summary refs log tree commit diff
path: root/pkgs/games/glestae/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-08 17:58:34 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-08 17:59:02 +0200
commit8a7f3c36185ddb801372b3461ff65109978ab46b (patch)
tree16add7a3bfb07c234167494755c6d9be7ba11d38 /pkgs/games/glestae/default.nix
parent66fb10ecb58f3231abfe11c27dce95dbef9ac5d4 (diff)
Mark a bunch of packages as broken or not supported on Darwin
Diffstat (limited to 'pkgs/games/glestae/default.nix')
-rw-r--r--pkgs/games/glestae/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/games/glestae/default.nix b/pkgs/games/glestae/default.nix
index 89790bfacec5f..2fa9cd35f76af 100644
--- a/pkgs/games/glestae/default.nix
+++ b/pkgs/games/glestae/default.nix
@@ -40,14 +40,11 @@ rec {
       
   meta = {
     description = "A 3D RTS - fork of inactive Glest project";
-    maintainers = with a.lib.maintainers;
-    [
-      raskin
-    ];
-    platforms = with a.lib.platforms;
-      linux;
+    maintainers = [ a.lib.maintainers.raskin ];
+    platforms = a.lib.platforms.linux;
     # Note that some data seems to be under separate redistributable licenses
     license = a.lib.licenses.gpl2Plus;
+    broken = true;
   };
   passthru = {
     updateInfo = {