nodePackages.@electron-forge/cli: drop (#459280)

This commit is contained in:
Martin Weinelt
2025-11-06 22:33:19 +00:00
committed by GitHub
5 changed files with 2 additions and 1320 deletions

View File

@@ -39,6 +39,8 @@ mapAliases {
"@commitlint/config-conventional" =
throw "@commitlint/config-conventional has been dropped, as it is a library and your JS project should lock it instead."; # added 2024-12-16
"@emacs-eask/cli" = pkgs.eask; # added 2023-08-17
"@electron-forge/cli" =
throw "@electron-forge/cli was removed because upstream suggests that you install it locally in your project instead."; # Added 2025-11-06
"@forge/cli" = throw "@forge/cli was removed because it was broken"; # added 2023-09-20
"@gitbeaker/cli" = pkgs.gitbeaker-cli; # Added 2025-10-29
"@google/clasp" = pkgs.google-clasp; # Added 2023-05-07

View File

@@ -2,7 +2,6 @@
{
# Packages that provide multiple executables where one is clearly the `mainProgram`.
"@antfu/ni" = "ni";
"@electron-forge/cli" = "electron-forge";
"@microsoft/rush" = "rush";
"@webassemblyjs/cli-1.11.1" = "wasm2wast";

View File

@@ -33,7 +33,6 @@
, "diff2html-cli"
, "dotenv-vault"
, "elasticdump"
, "@electron-forge/cli"
, "elm-oracle"
, "emoj"
, "emojione"

File diff suppressed because it is too large Load Diff

View File

@@ -33,10 +33,6 @@ final: prev: {
'';
};
"@electron-forge/cli" = prev."@electron-forge/cli".override {
buildInputs = [ final.node-gyp-build ];
};
fast-cli = prev.fast-cli.override {
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
prePatch = ''