summary refs log tree commit diff
path: root/pkgs/servers/monitoring/bosun/default.nix
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2014-11-27 12:14:38 +0000
committerOliver Charles <ollie@ocharles.org.uk>2014-11-27 12:14:38 +0000
commitf2e2ab62315eb5afe5c7cc43002ec98c8732448f (patch)
tree8f84a9f12952385e27bbd2742f473020db194652 /pkgs/servers/monitoring/bosun/default.nix
parent113248420068cbf48c993286f0c0bfe88de65be2 (diff)
downloadnixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar.gz
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar.bz2
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar.lz
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar.xz
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.tar.zst
nixlib-f2e2ab62315eb5afe5c7cc43002ec98c8732448f.zip
Bosun only builds on x86_64-linux
Reported upstream at https://github.com/bosun-monitor/bosun/issues/427
Diffstat (limited to 'pkgs/servers/monitoring/bosun/default.nix')
-rw-r--r--pkgs/servers/monitoring/bosun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/bosun/default.nix b/pkgs/servers/monitoring/bosun/default.nix
index e7e70873d59d..dfbf8d1b9272 100644
--- a/pkgs/servers/monitoring/bosun/default.nix
+++ b/pkgs/servers/monitoring/bosun/default.nix
@@ -40,6 +40,6 @@ in stdenv.mkDerivation rec {
     '';
     homepage = http://bosun.org;
     license = licenses.mit;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = ["x86_64-linux"];
   };
 }