about summary refs log tree commit diff
path: root/pkgs/games/widelands
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:04:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:06:10 +0100
commitc88055e1a2703fbc7dd1d072f273626afe1d6b97 (patch)
tree2da58486fd17c40014dba39894dc91594bbe4632 /pkgs/games/widelands
parenta2cbc77e4f1cf55a9c142d07377f67b0f83985ec (diff)
downloadnixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.gz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.bz2
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.lz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.xz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.zst
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.zip
Set meta.hydraPlatforms instead of meta.platforms for some packages
Diffstat (limited to 'pkgs/games/widelands')
-rw-r--r--pkgs/games/widelands/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/widelands/default.nix b/pkgs/games/widelands/default.nix
index e20adc8faa73..65c991340728 100644
--- a/pkgs/games/widelands/default.nix
+++ b/pkgs/games/widelands/default.nix
@@ -64,7 +64,8 @@ rec {
       raskin
       jcumming
     ];
-    #platforms = a.lib.platforms.linux;
+    platforms = a.lib.platforms.linux;
+    hydraPlatforms = [];
     license = a.lib.licenses.gpl2Plus;
   };
   passthru = {