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
@@ -64,7 +64,8 @@ rec {
raskin
jcumming
];
#platforms = a.lib.platforms.linux;
platforms = a.lib.platforms.linux;
hydraPlatforms = [];
license = a.lib.licenses.gpl2Plus;
};
passthru = {