nodePackages.ttf2eot: drop

This commit is contained in:
dish
2025-11-14 01:53:42 -05:00
parent ac4b1c832e
commit 15a2d72223
3 changed files with 1 additions and 22 deletions

View File

@@ -373,6 +373,7 @@ mapAliases {
triton = pkgs.triton; # Added 2023-05-06 triton = pkgs.triton; # Added 2023-05-06
ts-node = throw "'ts-node' was removed because it is unmaintained, and since NodeJS 22.6.0+, experimental TypeScript support is built-in to NodeJS."; # Added 2025-11-07 ts-node = throw "'ts-node' was removed because it is unmaintained, and since NodeJS 22.6.0+, experimental TypeScript support is built-in to NodeJS."; # Added 2025-11-07
tsun = throw "'tsun' has been removed because it was unmaintained upstream"; # Added 2025-11-14 tsun = throw "'tsun' has been removed because it was unmaintained upstream"; # Added 2025-11-14
ttf2eot = throw "'ttf2eot' has been removed because it was unmaintained upstream"; # Added 2025-11-14
typescript = pkgs.typescript; # Added 2023-06-21 typescript = pkgs.typescript; # Added 2023-06-21
inherit (pkgs) typescript-language-server; # added 2024-02-27 inherit (pkgs) typescript-language-server; # added 2024-02-27
inherit (pkgs) uglify-js; # added 2024-06-15 inherit (pkgs) uglify-js; # added 2024-06-15

View File

@@ -40,7 +40,6 @@
, "sass" , "sass"
, "semver" , "semver"
, "sloc" , "sloc"
, "ttf2eot"
, "vega-cli" , "vega-cli"
, "vercel" , "vercel"
, "wavedrom-cli" , "wavedrom-cli"

View File

@@ -29348,27 +29348,6 @@ in
bypassCache = true; bypassCache = true;
reconstructLock = true; reconstructLock = true;
}; };
ttf2eot = nodeEnv.buildNodePackage {
name = "ttf2eot";
packageName = "ttf2eot";
version = "3.1.0";
src = fetchurl {
url = "https://registry.npmjs.org/ttf2eot/-/ttf2eot-3.1.0.tgz";
sha512 = "aHTbcYosNHVqb2Qtt9Xfta77ae/5y0VfdwNLUS6sGBeGr22cX2JDMo/i5h3uuOf+FAD3akYOr17+fYd5NK8aXw==";
};
dependencies = [
sources."argparse-2.0.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "Convert TTF font to EOT";
homepage = "https://github.com/fontello/ttf2eot#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
vega-cli = nodeEnv.buildNodePackage { vega-cli = nodeEnv.buildNodePackage {
name = "vega-cli"; name = "vega-cli";
packageName = "vega-cli"; packageName = "vega-cli";