2016-10-03 00:41:14 +02:00
|
|
|
{ bundlerEnv, lib, ruby }:
|
2014-11-18 04:31:56 +01:00
|
|
|
|
2016-10-03 00:41:14 +02:00
|
|
|
bundlerEnv {
|
|
|
|
inherit ruby;
|
|
|
|
pName = "riemann-dash";
|
|
|
|
gemdir = ./.;
|
2016-06-16 02:47:54 +02: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 02:46:50 +01:00
|
|
|
}
|