mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
nodePackages.wring: drop
Unmaintained in the last 9 years, and also relies on PhantomJS, which has ceased development and is archived.
This commit is contained in:
parent
03a735459a
commit
337b74b10f
|
|
@ -354,6 +354,7 @@ mapAliases {
|
|||
webpack-dev-server = throw "webpack-dev-server has been removed. You should install it in your JS project instead."; # added 2024-12-05
|
||||
webtorrent-cli = throw "webtorrent-cli has been removed because it was broken"; # added 2025-03-12
|
||||
inherit (pkgs) wrangler; # added 2024-07-01
|
||||
wring = throw "'wring' has been removed since it has been abandoned upstream"; # Added 2025-11-07
|
||||
inherit (pkgs) write-good; # added 2023-08-20
|
||||
inherit (pkgs) yalc; # added 2024-06-29
|
||||
inherit (pkgs) yaml-language-server; # added 2023-09-05
|
||||
|
|
|
|||
|
|
@ -85,6 +85,5 @@
|
|||
, "vega-cli"
|
||||
, "vercel"
|
||||
, "wavedrom-cli"
|
||||
, "wring"
|
||||
, "@yaegassy/coc-nginx"
|
||||
]
|
||||
|
|
|
|||
18
pkgs/development/node-packages/node-packages.nix
generated
18
pkgs/development/node-packages/node-packages.nix
generated
|
|
@ -41985,24 +41985,6 @@ in
|
|||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
wring = nodeEnv.buildNodePackage {
|
||||
name = "wring";
|
||||
packageName = "wring";
|
||||
version = "1.0.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/wring/-/wring-1.0.0.tgz";
|
||||
sha512 = "XoFoUf9gxnQkergF+FK+AuaI/iaSh9P0N1hqIGTTs1V3rjexH1ZZKuxuDUbdVGrwxvoTW4xpeZrNhBw6WJIIag==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Extract content from websites using CSS Selectors and XPath";
|
||||
homepage = "https://github.com/osener/wring#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"@yaegassy/coc-nginx" = nodeEnv.buildNodePackage {
|
||||
name = "_at_yaegassy_slash_coc-nginx";
|
||||
packageName = "@yaegassy/coc-nginx";
|
||||
|
|
|
|||
|
|
@ -1615,6 +1615,7 @@ mapAliases {
|
|||
wpa_supplicant_ro_ssids = throw "'wpa_supplicant_ro_ssids' has been renamed to/replaced by 'wpa_supplicant'"; # Converted to throw 2025-10-27
|
||||
wrapGAppsHook = throw "'wrapGAppsHook' has been renamed to/replaced by 'wrapGAppsHook3'"; # Converted to throw 2025-10-27
|
||||
wrapGradle = throw "'wrapGradle' has been removed; use `gradle-packages.wrapGradle` or `(gradle-packages.mkGradle { ... }).wrapped` instead"; # Added 2025-11-02
|
||||
wring = throw "'wring' has been removed since it has been abandoned upstream"; # Added 2025-11-07
|
||||
write_stylus = throw "'write_stylus' has been renamed to/replaced by 'styluslabs-write-bin'"; # Converted to throw 2025-10-27
|
||||
wxGTK33 = wxwidgets_3_3; # Added 2025-07-20
|
||||
xbrightness = throw "'xbrightness' has been removed as it is unmaintained"; # Added 2025-08-28
|
||||
|
|
|
|||
|
|
@ -4227,8 +4227,6 @@ with pkgs;
|
|||
wlroots = wlroots_0_19;
|
||||
};
|
||||
|
||||
wring = nodePackages.wring;
|
||||
|
||||
wyrd = callPackage ../tools/misc/wyrd {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue