nodePackages.indium: drop

According to https://github.com/NicolasPetton/Indium/issues/275 it is
broken.
This commit is contained in:
Robert Schütz 2023-08-19 18:35:39 -07:00
parent 4ca23fe72e
commit 5e01c2cb35
3 changed files with 1 additions and 34 deletions

View File

@ -58,6 +58,7 @@ mapAliases {
flood = pkgs.flood; # Added 2023-07-25
gtop = pkgs.gtop; # added 2023-07-31
hueadm = pkgs.hueadm; # added 2023-07-31
indium = throw "indium was removed because it was broken"; # added 2023-08-19
karma = pkgs.karma-runner; # added 2023-07-29
manta = pkgs.node-manta; # Added 2023-05-06
markdownlint-cli = pkgs.markdownlint-cli; # added 2023-07-29

View File

@ -168,7 +168,6 @@
, "inliner"
, "imapnotify"
, "immich"
, "indium"
, "insect"
, "intelephense"
, "ionic"

View File

@ -108697,39 +108697,6 @@ in
bypassCache = true;
reconstructLock = true;
};
indium = nodeEnv.buildNodePackage {
name = "indium";
packageName = "indium";
version = "5.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/indium/-/indium-5.0.0.tgz";
sha512 = "NGgQYdtKoh6zXoo1Sp3cvBur7SMud1JU6ghMQTBUxmPGlRmoB0esc3qVlLbK8f0d8j7OZgUUYkfGd0+xTYGvOw==";
};
dependencies = [
sources."async-limiter-1.0.1"
sources."chrome-remote-interface-0.27.2"
sources."commander-2.11.0"
sources."encoding-0.1.13"
sources."iconv-lite-0.6.3"
sources."node-fetch-2.6.12"
sources."safer-buffer-2.1.2"
sources."semver-5.7.2"
sources."source-map-0.7.4"
sources."tr46-0.0.3"
sources."webidl-conversions-3.0.1"
sources."whatwg-url-5.0.0"
sources."ws-6.2.2"
];
buildInputs = globalBuildInputs;
meta = {
description = "Indium server";
homepage = "https://github.com/NicolasPetton/Indium#readme";
license = "GPL-3.0";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
insect = nodeEnv.buildNodePackage {
name = "insect";
packageName = "insect";