Merge pull request #250281 from dotlambda/indium-drop

nodePackages.indium: drop

authored by Robert Schütz and committed by GitHub 032895db f696376f

+1 -34
+1
pkgs/development/node-packages/aliases.nix
··· 58 58 flood = pkgs.flood; # Added 2023-07-25 59 59 gtop = pkgs.gtop; # added 2023-07-31 60 60 hueadm = pkgs.hueadm; # added 2023-07-31 61 + indium = throw "indium was removed because it was broken"; # added 2023-08-19 61 62 karma = pkgs.karma-runner; # added 2023-07-29 62 63 manta = pkgs.node-manta; # Added 2023-05-06 63 64 markdownlint-cli = pkgs.markdownlint-cli; # added 2023-07-29
-1
pkgs/development/node-packages/node-packages.json
··· 168 168 , "inliner" 169 169 , "imapnotify" 170 170 , "immich" 171 - , "indium" 172 171 , "insect" 173 172 , "intelephense" 174 173 , "ionic"
-33
pkgs/development/node-packages/node-packages.nix
··· 108697 108697 bypassCache = true; 108698 108698 reconstructLock = true; 108699 108699 }; 108700 - indium = nodeEnv.buildNodePackage { 108701 - name = "indium"; 108702 - packageName = "indium"; 108703 - version = "5.0.0"; 108704 - src = fetchurl { 108705 - url = "https://registry.npmjs.org/indium/-/indium-5.0.0.tgz"; 108706 - sha512 = "NGgQYdtKoh6zXoo1Sp3cvBur7SMud1JU6ghMQTBUxmPGlRmoB0esc3qVlLbK8f0d8j7OZgUUYkfGd0+xTYGvOw=="; 108707 - }; 108708 - dependencies = [ 108709 - sources."async-limiter-1.0.1" 108710 - sources."chrome-remote-interface-0.27.2" 108711 - sources."commander-2.11.0" 108712 - sources."encoding-0.1.13" 108713 - sources."iconv-lite-0.6.3" 108714 - sources."node-fetch-2.6.12" 108715 - sources."safer-buffer-2.1.2" 108716 - sources."semver-5.7.2" 108717 - sources."source-map-0.7.4" 108718 - sources."tr46-0.0.3" 108719 - sources."webidl-conversions-3.0.1" 108720 - sources."whatwg-url-5.0.0" 108721 - sources."ws-6.2.2" 108722 - ]; 108723 - buildInputs = globalBuildInputs; 108724 - meta = { 108725 - description = "Indium server"; 108726 - homepage = "https://github.com/NicolasPetton/Indium#readme"; 108727 - license = "GPL-3.0"; 108728 - }; 108729 - production = true; 108730 - bypassCache = true; 108731 - reconstructLock = true; 108732 - }; 108733 108700 insect = nodeEnv.buildNodePackage { 108734 108701 name = "insect"; 108735 108702 packageName = "insect";