2016-10-02 22:41:14 +00:00
|
|
|
{ bundlerEnv, lib, ruby }:
|
2014-11-18 03:31:56 +00:00
|
|
|
|
2016-10-02 22:41:14 +00:00
|
|
|
bundlerEnv {
|
|
|
|
inherit ruby;
|
2016-10-14 15:56:42 +00:00
|
|
|
pname = "riemann-dash";
|
2016-10-02 22:41:14 +00:00
|
|
|
gemdir = ./.;
|
2016-06-16 00:47:54 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "A javascript, websockets-powered dashboard for Riemann";
|
|
|
|
homepage = https://github.com/riemann/riemann-dash;
|
|
|
|
license = licenses.mit;
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
2015-01-22 01:46:50 +00:00
|
|
|
}
|