Set meta.hydraPlatforms instead of meta.platforms for some packages

This commit is contained in:
Eelco Dolstra
2013-11-05 00:06:10 +01:00
parent a2cbc77e4f
commit c88055e1a2
34 changed files with 52 additions and 43 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Flight simulator";
maintainers = with maintainers; [ raskin ];
#platforms = platforms.linux; # disabled from hydra because it's so big
platforms = platforms.linux;
hydraPlatforms = []; # disabled from hydra because it's so big
license = licenses.gpl2;
};
}