Unverified Commit 9ae208b4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

nodePackages.lodash: drop (#391071)

parents a60f0c68 48e3524f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,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
+0 −1
Original line number Diff line number Diff line
@@ -111,7 +111,6 @@
, "live-server"
, "livedown"
, "localtunnel"
, "lodash"
, "lua-fmt"
, "madoko"
, "mastodon-bot"
+0 −18
Original line number Diff line number Diff line
@@ -58526,24 +58526,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";