dotnet: improve language coverage of passthru.tests for dotnet sdks (#370789)
[NixPkgs.git] / pkgs / servers / monitoring / riemann-dash / default.nix
blob5c3133df603654c4f0494a9f5bba5f4978372c3f
2   bundlerApp,
3   lib,
4   bundlerUpdateScript,
5 }:
7 bundlerApp {
8   pname = "riemann-dash";
9   gemdir = ./.;
10   exes = [ "riemann-dash" ];
12   passthru.updateScript = bundlerUpdateScript "riemann-dash";
14   meta = with lib; {
15     description = "Javascript, websockets-powered dashboard for Riemann";
16     homepage = "https://github.com/riemann/riemann-dash";
17     license = licenses.mit;
18     maintainers = with maintainers; [
19       manveru
20       nicknovitski
21     ];
22     platforms = platforms.unix;
23   };