aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/vdrift
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/vdrift
parenta2cbc77e4f1cf55a9c142d07377f67b0f83985ec (diff)
Set meta.hydraPlatforms instead of meta.platforms for some packages
Diffstat (limited to 'pkgs/games/vdrift')
-rw-r--r--pkgs/games/vdrift/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/vdrift/default.nix b/pkgs/games/vdrift/default.nix
index 97bd1ab432d9..af112c37af4f 100644
--- a/pkgs/games/vdrift/default.nix
+++ b/pkgs/games/vdrift/default.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://vdrift.net/;
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
- #platforms = with stdenv.lib.platforms; linux;
+ platforms = stdenv.lib.platforms.linux;
+ hydraPlatforms = [];
};
}