nodePackages.lodash: drop

It does not come with any executables.
This commit is contained in:
Robert Schütz
2025-03-18 13:26:26 -07:00
parent ed760cd070
commit 48e3524fb5
3 changed files with 1 additions and 19 deletions
@@ -141,6 +141,7 @@ mapAliases {
inherit (pkgs) lerna; # added 2025-02-12
less = pkgs.lessc; # added 2024-06-15
less-plugin-clean-css = pkgs.lessc.plugins.clean-css; # added 2024-06-15
lodash = throw "lodash was removed because it provides no executable"; # added 2025-03-18
inherit (pkgs) lv_font_conv; # added 2024-06-28
manta = pkgs.node-manta; # Added 2023-05-06
inherit (pkgs) markdown-link-check; # added 2024-06-28
@@ -112,7 +112,6 @@
, "live-server"
, "livedown"
, "localtunnel"
, "lodash"
, "lua-fmt"
, "madoko"
, "mastodon-bot"
-18
View File
@@ -58553,24 +58553,6 @@ in
bypassCache = true;
reconstructLock = true;
};
lodash = nodeEnv.buildNodePackage {
name = "lodash";
packageName = "lodash";
version = "4.17.21";
src = fetchurl {
url = "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz";
sha512 = "v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==";
};
buildInputs = globalBuildInputs;
meta = {
description = "Lodash modular utilities.";
homepage = "https://lodash.com/";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
lua-fmt = nodeEnv.buildNodePackage {
name = "lua-fmt";
packageName = "lua-fmt";