nodePackages.statsd: remove

The package/service is broken. Upstream is dead
This commit is contained in:
Jörg Thalheim
2018-11-14 18:27:09 +00:00
parent e15babe35e
commit 552c223625
7 changed files with 2 additions and 66 deletions

View File

@@ -90,12 +90,6 @@ nodePackages // {
buildInputs = [ pkgs.automake pkgs.autoconf nodePackages.node-gyp-build ];
};
statsd = nodePackages.statsd.override {
# broken with node v8, dead upstream,
# see #45946 and https://github.com/etsy/statsd/issues/646
meta.broken = true;
};
webdrvr = nodePackages.webdrvr.override {
buildInputs = [ pkgs.phantomjs ];

View File

@@ -102,9 +102,6 @@
, "snyk"
, "socket.io"
, "stackdriver-statsd-backend"
, "statsd"
, "statsd-influxdb-backend"
, "statsd-librato-backend"
, "svgo"
, "swagger"
, "tern"