androidenv: Don't build on Hydra

Output limit exceeded:

http://hydra.nixos.org/build/38236076
http://hydra.nixos.org/build/38235851
This commit is contained in:
Tuomas Tynkkynen 2016-08-02 22:55:43 +03:00
parent 91a3920b1d
commit b7e9207a67
2 changed files with 2 additions and 0 deletions

View File

@ -80,5 +80,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
}; };
} }

View File

@ -235,5 +235,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
hydraPlatforms = [];
}; };
} }