Unverified Commit 9587d0c8 authored by natsukium's avatar natsukium
Browse files

textlint-plugin-latex: remove

parent dc4a3ade
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ mapAliases {
  tedicross = throw "tedicross was removed because it was broken"; # added 2023-09-09
  inherit (pkgs) terser; # Added 2023-08-31
  inherit (pkgs) textlint; # Added 2024-05-13
  textlint-plugin-latex = throw "textlint-plugin-latex was removed because it is unmaintained for years. Please use textlint-plugin-latex2e instead."; # Added 2024-05-17
  inherit (pkgs) textlint-rule-alex; # Added 2024-05-16
  inherit (pkgs) textlint-rule-diacritics; # Added 2024-05-16
  inherit (pkgs) textlint-rule-max-comma; # Added 2024-05-15
+0 −1
Original line number Diff line number Diff line
@@ -221,7 +221,6 @@
, "tailwindcss"
, "teck-programmer"
, "tern"
, "textlint-plugin-latex"
, "textlint-rule-abbr-within-parentheses"
, "textlint-rule-common-misspellings"
, "textlint-rule-en-max-word-count"
+0 −22
Original line number Diff line number Diff line
@@ -93160,28 +93160,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  textlint-plugin-latex = nodeEnv.buildNodePackage {
    name = "textlint-plugin-latex";
    packageName = "textlint-plugin-latex";
    version = "1.0.4";
    src = fetchurl {
      url = "https://registry.npmjs.org/textlint-plugin-latex/-/textlint-plugin-latex-1.0.4.tgz";
      sha512 = "ILjivll38Ry+R13ZYG8gGEjPxUP712MSZZIIqm7cV7iUIzysvKQyyf5hYHiNZD/+ijVzlje8RiB49IbvQ7K7mw==";
    };
    dependencies = [
      sources."@textlint/ast-node-types-4.4.3"
      sources."txt-to-ast-3.0.3"
    ];
    buildInputs = globalBuildInputs;
    meta = {
      description = "Latex plugin for [textlint](https://github.com/textlint/textlint "textlint").";
      homepage = "https://github.com/elzup/textlint-plugin-latex";
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  textlint-rule-abbr-within-parentheses = nodeEnv.buildNodePackage {
    name = "textlint-rule-abbr-within-parentheses";
    packageName = "textlint-rule-abbr-within-parentheses";