Commit 337b74b1 authored by dish's avatar dish
Browse files

nodePackages.wring: drop

Unmaintained in the last 9 years, and also relies on PhantomJS, which
has ceased development and is archived.
parent 03a73545
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -85,6 +85,5 @@
, "vega-cli"
, "vercel"
, "wavedrom-cli"
, "wring"
, "@yaegassy/coc-nginx"
]
+0 −18
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -4227,8 +4227,6 @@ with pkgs;
    wlroots = wlroots_0_19;
  };

  wring = nodePackages.wring;

  wyrd = callPackage ../tools/misc/wyrd {
    ocamlPackages = ocaml-ng.ocamlPackages_4_14;
  };