nodePackages.{awesome-lint,clipboard-cli,cpy-cli,emoj,fast-cli,fkill-cli,np}: drop (#462749)

This commit is contained in:
Tomodachi94
2025-11-25 22:44:03 +00:00
committed by GitHub
7 changed files with 8 additions and 4819 deletions
@@ -73,6 +73,7 @@ mapAliases {
inherit (pkgs) asar; # added 2023-08-26
inherit (pkgs) auto-changelog; # added 2024-06-25
inherit (pkgs) aws-azure-login; # added 2023-09-30
awesome-lint = throw "'awesome-lint' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
balanceofsatoshis = pkgs.balanceofsatoshis; # added 2023-07-31
inherit (pkgs) bash-language-server; # added 2024-06-07
bibtex-tidy = pkgs.bibtex-tidy; # added 2023-07-30
@@ -86,6 +87,7 @@ mapAliases {
inherit (pkgs) cdk8s-cli; # Added 2025-11-10
inherit (pkgs) cdktf-cli; # added 2025-10-02
inherit (pkgs) clean-css-cli; # added 2023-08-18
clipboard-cli = throw "'clipboard-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
inherit (pkgs) coc-clangd; # added 2024-06-29
inherit (pkgs) coc-cmake; # Added 2025-11-05
inherit (pkgs) coc-css; # added 2024-06-29
@@ -142,6 +144,7 @@ mapAliases {
inherit (pkgs) conventional-changelog-cli; # Added 2025-11-08
copy-webpack-plugin = throw "copy-webpack-plugin was removed because it is a JS library, so your project should lock it with a JS package manager instead."; # Added 2024-12-16
inherit (pkgs) cordova; # added 2023-08-18
cpy-cli = throw "'cpy-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
create-cycle-app = throw "create-cycle-app has been removed because it is unmaintained and has issues installing with recent nodejs versions."; # Added 2025-11-01
create-react-native-app = throw "create-react-native-app was removed because it was deprecated. Upstream suggests using a framework for React Native."; # added 2024-12-08
inherit (pkgs) cspell;
@@ -157,14 +160,17 @@ mapAliases {
inherit (pkgs.elmPackages) elm-test;
inherit (pkgs.elmPackages) elm-review;
elm-oracle = throw "'elm-oracle' has been removed, since it doesn't work with modern versions of Elm."; # Added 2025-11-07
emoj = throw "'emoj' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
emojione = throw "emojione was archived and abandoned upstream, so it has been removed"; # Added 2025-11-06
escape-string-regexp = throw "escape-string-regexp was removed because it provides no executable"; # added 2025-03-12
inherit (pkgs) eslint; # Added 2024-08-28
inherit (pkgs) eslint_d; # Added 2023-05-26
inherit (pkgs) eas-cli; # added 2025-01-08
expo-cli = throw "expo-cli was removed because it was deprecated upstream. Use `npx expo` or eas-cli instead."; # added 2024-12-02
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
inherit (pkgs) firebase-tools; # added 2023-08-18
inherit (pkgs) fixjson; # added 2024-06-26
fkill-cli = throw "'fkill-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
fleek-cli = throw "'fleek-cli' was removed because the upstream source code repo has been deleted."; # Added 2025-11-07
flood = pkgs.flood; # Added 2023-07-25
forever = throw "'forever' has been removed because it was unmaintained upstream"; # Added 2025-11-14
@@ -251,6 +257,7 @@ mapAliases {
inherit (pkgs) node-pre-gyp; # added 2024-08-05
inherit (pkgs) node-red; # added 2024-10-06
inherit (pkgs) nodemon; # added 2024-06-28
np = throw "'np' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
npm = pkgs.nodejs.overrideAttrs (old: {
meta = old.meta // {
mainProgram = "npm";
@@ -6,11 +6,7 @@
# Packages that provide a single executable.
"@angular/cli" = "ng";
aws-cdk = "cdk";
clipboard-cli = "clipboard";
cpy-cli = "cpy";
fast-cli = "fast";
fauna-shell = "fauna";
fkill-cli = "fkill";
grunt-cli = "grunt";
gulp-cli = "gulp";
pulp = "pulp";
@@ -7,20 +7,14 @@
, "@tailwindcss/typography"
, "alex"
, "aws-cdk"
, "awesome-lint"
, "browserify"
, "browser-sync"
, "clipboard-cli"
, "coc-go"
, "coc-tsserver"
, "cpy-cli"
, "dotenv-vault"
, "elasticdump"
, "emoj"
, "esy"
, "fast-cli"
, "fauna-shell"
, "fkill-cli"
, "grunt-cli"
, "gulp-cli"
, "js-yaml"
@@ -29,7 +23,6 @@
, "mathjax"
, "node-gyp-build"
, "node2nix"
, "np"
, "postcss"
, "prebuild-install"
, "pscid"
File diff suppressed because it is too large Load Diff
@@ -33,17 +33,6 @@ final: prev: {
'';
};
fast-cli = prev.fast-cli.override {
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
prePatch = ''
export PUPPETEER_SKIP_DOWNLOAD=1
'';
postInstall = ''
wrapProgram $out/bin/fast \
--set PUPPETEER_EXECUTABLE_PATH ${pkgs.chromium.outPath}/bin/chromium
'';
};
fauna-shell = prev.fauna-shell.override {
# printReleaseNotes just pulls them from GitHub which is not allowed in sandbox
preRebuild = ''
+1
View File
@@ -549,6 +549,7 @@ mapAliases {
ethersync = warnAlias "'ethersync' has been renamed to 'teamtype'" teamtype; # Added 2025-10-31
eww-wayland = throw "'eww-wayland' has been renamed to/replaced by 'eww'"; # Converted to throw 2025-10-27
f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
fastnlo_toolkit = throw "'fastnlo_toolkit' has been renamed to/replaced by 'fastnlo-toolkit'"; # Converted to throw 2025-10-27
faustStk = throw "'faustStk' has been renamed to/replaced by 'faustPhysicalModeling'"; # Converted to throw 2025-10-27
fbjni = throw "fbjni has been removed, as it was broken"; # Added 2025-08-25
-2
View File
@@ -1933,8 +1933,6 @@ with pkgs;
waylandSupport = !stdenv.hostPlatform.isDarwin;
};
fast-cli = nodePackages.fast-cli;
### TOOLS/TYPESETTING/TEX
advi = callPackage ../tools/typesetting/tex/advi {