about summary refs log tree commit diff
path: root/pkgs/applications/audio/airwave
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-09-03 21:27:21 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-09-03 21:27:51 +0200
commitdcaee875294106398ef15523087e35a9d3753066 (patch)
treecf46ef3301b33d330c9fd47a1d95bb1d9a8fab74 /pkgs/applications/audio/airwave
parent65786ba3226620acd783e8ba1e464ad00bd4a118 (diff)
airwave: disable hydra build
Relies on a file that must be downloaded manually.
Diffstat (limited to 'pkgs/applications/audio/airwave')
-rw-r--r--pkgs/applications/audio/airwave/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/airwave/default.nix b/pkgs/applications/audio/airwave/default.nix
index 74f0ed53705dd..95f86ad60ad70 100644
--- a/pkgs/applications/audio/airwave/default.nix
+++ b/pkgs/applications/audio/airwave/default.nix
@@ -84,5 +84,6 @@ stdenv_multi.mkDerivation {
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ michalrus ];
+    hydraPlatforms = [];
   };
 }