nodePackages.dhcp: drop

This commit is contained in:
dish
2025-11-14 00:48:58 -05:00
parent 55681fcc11
commit 102eb9f8dc
3 changed files with 1 additions and 22 deletions
@@ -148,6 +148,7 @@ mapAliases {
csslint = throw "'csslint' has been removed as upstream considers it abandoned."; # Addeed 2025-11-07
dat = throw "dat was removed because it was broken"; # added 2023-08-21
inherit (pkgs) degit; # added 2023-08-18
dhcp = throw "'dhcp' has been removed because it was unmaintained upstream"; # Added 2025-11-14
inherit (pkgs) diagnostic-languageserver; # added 2024-06-25
inherit (pkgs) diff2html-cli; # Added 2025-11-08
inherit (pkgs) dockerfile-language-server-nodejs; # added 2023-08-18
@@ -14,7 +14,6 @@
, "coc-go"
, "coc-tsserver"
, "cpy-cli"
, "dhcp"
, "dotenv-vault"
, "elasticdump"
, "emoj"
-21
View File
@@ -29679,27 +29679,6 @@ in
bypassCache = true;
reconstructLock = true;
};
dhcp = nodeEnv.buildNodePackage {
name = "dhcp";
packageName = "dhcp";
version = "0.2.20";
src = fetchurl {
url = "https://registry.npmjs.org/dhcp/-/dhcp-0.2.20.tgz";
sha512 = "SfKVTg5qqe5aXSrSAXABM1yJl3OjekhSg6ryJyLjK1015waNj9fmMq8SrHI6qWuICtiprfYbh/f55giBJcC9Ag==";
};
dependencies = [
sources."minimist-1.2.8"
];
buildInputs = globalBuildInputs;
meta = {
description = "A DHCP server written in JavaScript";
homepage = "https://github.com/infusion/node-dhcp";
license = "MIT OR GPL-2.0";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
dotenv-vault = nodeEnv.buildNodePackage {
name = "dotenv-vault";
packageName = "dotenv-vault";