airwave: disable hydra build

Relies on a file that must be downloaded manually.
This commit is contained in:
Joachim Fasting 2016-09-03 21:27:21 +02:00
parent 65786ba322
commit dcaee87529
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -84,5 +84,6 @@ stdenv_multi.mkDerivation {
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michalrus ];
hydraPlatforms = [];
};
}