statsd: mark broken, disable nixos test (#46097)

It's broken with node v8 and the upstream project is dead
(last commit Nov. 2016), see #45946 and
https://github.com/etsy/statsd/issues/646
wip/yesman
xeji 6 years ago committed by GitHub
parent bf0cec40ca
commit ba52f4cb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/release.nix
  2. 6
      pkgs/development/node-packages/default-v8.nix

@ -399,7 +399,7 @@ in rec {
tests.slurm = callTest tests/slurm.nix {};
tests.smokeping = callTest tests/smokeping.nix {};
tests.snapper = callTest tests/snapper.nix {};
tests.statsd = callTest tests/statsd.nix {};
#tests.statsd = callTest tests/statsd.nix {}; # statsd is broken: #45946
tests.strongswan-swanctl = callTest tests/strongswan-swanctl.nix {};
tests.sudo = callTest tests/sudo.nix {};
tests.systemd = callTest tests/systemd.nix {};

@ -77,6 +77,12 @@ nodePackages // {
'';
};
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 ];

Loading…
Cancel
Save