summary refs log tree commit diff
path: root/pkgs/servers/monitoring/bosun
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2014-12-05 11:43:27 +0000
committerOliver Charles <ollie@ocharles.org.uk>2014-12-05 11:43:58 +0000
commitbcb9f0853cf9fc294daa41090900ece5e0105012 (patch)
tree4016e84283f8e2c853af0e4f9b77b5793b6485d5 /pkgs/servers/monitoring/bosun
parente56a8df827ddb7ce6711128de0cc6868b11a2931 (diff)
downloadnixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar.gz
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar.bz2
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar.lz
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar.xz
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.tar.zst
nixlib-bcb9f0853cf9fc294daa41090900ece5e0105012.zip
bosun: Now builds on all Unix platforms
Diffstat (limited to 'pkgs/servers/monitoring/bosun')
-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 e22e071201af..5c3938c1b6e8 100644
--- a/pkgs/servers/monitoring/bosun/default.nix
+++ b/pkgs/servers/monitoring/bosun/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://bosun.org;
     license = licenses.mit;
-    platforms = ["x86_64-linux"];
+    platforms = platforms.unix;
   };
 }