1 { bundlerApp, lib, bundlerUpdateScript }:
4 pname = "riemann-dash";
6 exes = [ "riemann-dash" ];
8 passthru.updateScript = bundlerUpdateScript "riemann-dash";
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;