nodePackages.stackdriver-statsd-backend: drop (#361304)

This commit is contained in:
Tomodachi94 2024-12-04 23:23:14 -08:00 committed by GitHub
commit 4cbe7614cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 20 deletions

View File

@ -66,6 +66,8 @@
2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for more
details.
- `nodePackages.stackdriver-statsd-backend` has been removed, as the StackDriver service has been discontinued by Google, and therefore the package no longer works.
- the notmuch vim plugin now lives in a separate output of the `notmuch`
package. Installing `notmuch` will not bring the notmuch vim package anymore,
add `vimPlugins.notmuch-vim` to your (Neo)vim configuration if you want the

View File

@ -87,7 +87,6 @@ in
"console"
"repeater"
"statsd-librato-backend"
"stackdriver-statsd-backend"
"statsd-influxdb-backend"
];
type = lib.types.listOf lib.types.str;

View File

@ -170,6 +170,7 @@ mapAliases {
inherit (pkgs) sql-formatter; # added 2024-06-29
"@squoosh/cli" = throw "@squoosh/cli was removed because it was abandoned upstream"; # added 2023-09-02
ssb-server = throw "ssb-server was removed because it was broken"; # added 2023-08-21
stackdriver-statsd-backend = throw "stackdriver-statsd-backend was removed because Stackdriver is now discontinued"; # added 2024-12-02
stf = throw "stf was removed because it was broken"; # added 2023-08-21
inherit (pkgs) stylelint; # added 2023-09-13
surge = pkgs.surge-cli; # Added 2023-09-08

View File

@ -171,7 +171,6 @@
, "smartdc"
, "socket.io"
, "speed-test"
, "stackdriver-statsd-backend"
, "svelte-check"
, "svgo"
, "tailwindcss"

View File

@ -79122,24 +79122,6 @@ in
bypassCache = true;
reconstructLock = true;
};
stackdriver-statsd-backend = nodeEnv.buildNodePackage {
name = "stackdriver-statsd-backend";
packageName = "stackdriver-statsd-backend";
version = "0.2.3";
src = fetchurl {
url = "https://registry.npmjs.org/stackdriver-statsd-backend/-/stackdriver-statsd-backend-0.2.3.tgz";
sha512 = "IqzSTHJ4EBwlhFyuWFyfecyhPEQFPzFL3/txi/VVxsMPLVt+YJm/bEkTlTPfn95/rYW1VyCfwSkdDb0HxqDwxw==";
};
buildInputs = globalBuildInputs;
meta = {
description = "Send metric data from statsd to Stackdriver";
homepage = "https://www.stackdriver.com";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
svelte-check = nodeEnv.buildNodePackage {
name = "svelte-check";
packageName = "svelte-check";