Commit c55e6297 authored by Robert Schütz's avatar Robert Schütz
Browse files

nodePackages.@squoosh/cli: drop

It is broken and was abandoned upstream:
https://github.com/GoogleChromeLabs/squoosh/issues/1033
parent 3b96ad4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ mapAliases {
  inherit (pkgs) rtlcss; # added 2023-08-29
  s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18
  inherit (pkgs) snyk; # Added 2023-08-30
  "@squoosh/cli" = throw "@squoosh/cli was removed because it was abandoned upstream"; # added 2023-09-02
  ssb-server = throw "ssb-server was removed because it was broken"; # added 2023-08-21
  stf = throw "stf was removed because it was broken"; # added 2023-08-21
  thelounge = pkgs.thelounge; # Added 2023-05-22
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  "@antfu/ni" = "ni";
  "@electron-forge/cli" = "electron-forge";
  "@microsoft/rush" = "rush";
  "@squoosh/cli" = "squoosh-cli";
  "@webassemblyjs/cli-1.11.1" = "wasm2wast";
  coffee-script = "coffee";
  "@withgraphite/graphite-cli" = "gt";
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
, "@microsoft/rush"
, "@nerdwallet/shepherd"
, "@shopify/cli"
, "@squoosh/cli"
, "@tailwindcss/aspect-ratio"
, "@tailwindcss/forms"
, "@tailwindcss/language-server"
+0 −56
Original line number Diff line number Diff line
@@ -72272,62 +72272,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  "@squoosh/cli" = nodeEnv.buildNodePackage {
    name = "_at_squoosh_slash_cli";
    packageName = "@squoosh/cli";
    version = "0.7.3";
    src = fetchurl {
      url = "https://registry.npmjs.org/@squoosh/cli/-/cli-0.7.3.tgz";
      sha512 = "mU/iWbVWqLXX+gJJa4RBl5U4LdKYaiD9cmxW7bjyw8EEFAuMXFDGAQcq7hEvUZwoP5Em5s7sjimBPirSBJQ87g==";
    };
    dependencies = [
      sources."@squoosh/lib-0.4.1"
      sources."ansi-regex-5.0.1"
      sources."ansi-styles-4.3.0"
      sources."base64-js-1.5.1"
      sources."bl-4.1.0"
      sources."buffer-5.7.1"
      sources."chalk-4.1.2"
      sources."cli-cursor-3.1.0"
      sources."cli-spinners-2.9.0"
      sources."clone-1.0.4"
      sources."color-convert-2.0.1"
      sources."color-name-1.1.4"
      sources."commander-7.2.0"
      sources."defaults-1.0.4"
      sources."has-flag-4.0.0"
      sources."ieee754-1.2.1"
      sources."inherits-2.0.4"
      sources."is-interactive-1.0.0"
      sources."is-unicode-supported-0.1.0"
      sources."json5-2.2.3"
      sources."kleur-4.1.5"
      sources."log-symbols-4.1.0"
      sources."mimic-fn-2.1.0"
      sources."onetime-5.1.2"
      sources."ora-5.4.1"
      sources."readable-stream-3.6.2"
      sources."restore-cursor-3.1.0"
      sources."safe-buffer-5.2.1"
      sources."signal-exit-3.0.7"
      sources."string_decoder-1.3.0"
      sources."strip-ansi-6.0.1"
      sources."supports-color-7.2.0"
      sources."util-deprecate-1.0.2"
      sources."wasm-feature-detect-1.5.1"
      sources."wcwidth-1.0.1"
      sources."web-streams-polyfill-3.2.1"
    ];
    buildInputs = globalBuildInputs;
    meta = {
      description = "A CLI for Squoosh";
      homepage = "https://github.com/GoogleChromeLabs/squoosh";
      license = "Apache-2.0";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  "@tailwindcss/aspect-ratio" = nodeEnv.buildNodePackage {
    name = "_at_tailwindcss_slash_aspect-ratio";
    packageName = "@tailwindcss/aspect-ratio";