biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / monitoring / riemann-dash / default.nix
blobf6c11703fce7eac95f2db26171f99c8daa1674a3
1 { bundlerApp, lib, bundlerUpdateScript }:
3 bundlerApp {
4   pname = "riemann-dash";
5   gemdir = ./.;
6   exes = [ "riemann-dash" ];
8   passthru.updateScript = bundlerUpdateScript "riemann-dash";
10   meta = with lib; {
11     description = "A javascript, websockets-powered dashboard for Riemann";
12     homepage = "https://github.com/riemann/riemann-dash";
13     license = licenses.mit;
14     maintainers = with maintainers; [ manveru nicknovitski ];
15     platforms = platforms.unix;
16   };