nodePackages.grunt-cli: remove from node-packages.nix

Was removed from nodePackages and set to an alias previously, so its
unneeded here.
This commit is contained in:
dish
2026-02-12 16:29:49 -05:00
parent a7243c354e
commit b05a09fc74
-75
View File
@@ -8306,81 +8306,6 @@ in
bypassCache = true;
reconstructLock = true;
};
grunt-cli = nodeEnv.buildNodePackage {
name = "grunt-cli";
packageName = "grunt-cli";
version = "1.5.0";
src = fetchurl {
url = "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.5.0.tgz";
sha512 = "rILKAFoU0dzlf22SUfDtq2R1fosChXXlJM5j7wI6uoW8gwmXDXzbUvirlKZSYCdXl3LXFbR+8xyS+WFo+b6vlA==";
};
dependencies = [
sources."abbrev-1.1.1"
sources."array-each-1.0.1"
sources."array-slice-1.1.0"
sources."braces-3.0.3"
sources."detect-file-1.0.0"
sources."expand-tilde-2.0.2"
sources."extend-3.0.2"
sources."fill-range-7.1.1"
sources."findup-sync-4.0.0"
sources."fined-1.2.0"
sources."flagged-respawn-1.0.1"
sources."for-in-1.0.2"
sources."for-own-1.0.0"
sources."function-bind-1.1.2"
sources."global-modules-1.0.0"
sources."global-prefix-1.0.2"
sources."grunt-known-options-2.0.0"
sources."hasown-2.0.2"
sources."homedir-polyfill-1.0.3"
sources."ini-1.3.8"
sources."interpret-1.1.0"
sources."is-absolute-1.0.0"
sources."is-core-module-2.16.1"
sources."is-extglob-2.1.1"
sources."is-glob-4.0.3"
sources."is-number-7.0.0"
sources."is-plain-object-2.0.4"
sources."is-relative-1.0.0"
sources."is-unc-path-1.0.0"
sources."is-windows-1.0.2"
sources."isexe-2.0.0"
sources."isobject-3.0.1"
sources."kind-of-6.0.3"
sources."liftup-3.0.1"
sources."make-iterator-1.0.1"
sources."map-cache-0.2.2"
sources."micromatch-4.0.8"
sources."nopt-5.0.0"
sources."object.defaults-1.1.0"
sources."object.map-1.0.1"
sources."object.pick-1.3.0"
sources."parse-filepath-1.0.2"
sources."parse-passwd-1.0.0"
sources."path-parse-1.0.7"
sources."path-root-0.1.1"
sources."path-root-regex-0.1.2"
sources."picomatch-2.3.1"
sources."rechoir-0.7.1"
sources."resolve-1.22.10"
sources."resolve-dir-1.0.1"
sources."supports-preserve-symlinks-flag-1.0.0"
sources."to-regex-range-5.0.1"
sources."unc-path-regex-0.1.2"
sources."v8flags-4.0.1"
sources."which-1.3.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "The grunt command line interface";
homepage = "https://github.com/gruntjs/grunt-cli#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
gulp-cli = nodeEnv.buildNodePackage {
name = "gulp-cli";
packageName = "gulp-cli";