From 33c08708f187fb27ebce2fd46bb9d67bf95975cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 18 Aug 2023 14:52:41 -0700 Subject: [PATCH] cordova: use buildNpmPackage --- pkgs/development/mobile/cordova/default.nix | 28 + pkgs/development/node-packages/aliases.nix | 1 + .../node-packages/node-packages.json | 1 - .../node-packages/node-packages.nix | 730 ------------------ pkgs/top-level/all-packages.nix | 2 + 5 files changed, 31 insertions(+), 731 deletions(-) create mode 100644 pkgs/development/mobile/cordova/default.nix diff --git a/pkgs/development/mobile/cordova/default.nix b/pkgs/development/mobile/cordova/default.nix new file mode 100644 index 000000000000..0a4fec58c2c5 --- /dev/null +++ b/pkgs/development/mobile/cordova/default.nix @@ -0,0 +1,28 @@ +{ lib +, buildNpmPackage +, fetchFromGitHub +}: + +buildNpmPackage rec { + pname = "cordova"; + version = "12.0.0"; + + src = fetchFromGitHub { + owner = "apache"; + repo = "cordova-cli"; + rev = version; + hash = "sha256-fEV7NlRcRpyeRplsdXHI2U4/89DsvKQpVwHD5juiNPo="; + }; + + npmDepsHash = "sha256-ZMxZiwCgqzOBwDXeTfIEwqFVdM9ysWeE5AbX7rUdwIc="; + + dontNpmBuild = true; + + meta = { + description = "Build native mobile applications using HTML, CSS and JavaScript"; + homepage = "https://github.com/apache/cordova-cli"; + license = lib.licenses.asl20; + mainProgram = "cordova"; + maintainers = with lib.maintainers; [ flosse ]; + }; +} diff --git a/pkgs/development/node-packages/aliases.nix b/pkgs/development/node-packages/aliases.nix index 55ebe329d88f..a299731712e9 100644 --- a/pkgs/development/node-packages/aliases.nix +++ b/pkgs/development/node-packages/aliases.nix @@ -53,6 +53,7 @@ mapAliases { castnow = pkgs.castnow; # added 2023-07-30 inherit (pkgs) clean-css-cli; # added 2023-08-18 inherit (pkgs) configurable-http-proxy; # added 2023-08-19 + inherit (pkgs) cordova; # added 2023-08-18 eask = pkgs.eask; # added 2023-08-17 inherit (pkgs.elmPackages) elm-test; eslint_d = pkgs.eslint_d; # Added 2023-05-26 diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index 2d891a114df5..a6ffb2f2d9c0 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -100,7 +100,6 @@ , "coinmon" , "concurrently" , "conventional-changelog-cli" -, "cordova" , "cpy-cli" , "create-cycle-app" , "create-react-app" diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix index c68dddcf5b27..3411376945bd 100644 --- a/pkgs/development/node-packages/node-packages.nix +++ b/pkgs/development/node-packages/node-packages.nix @@ -94633,736 +94633,6 @@ in bypassCache = true; reconstructLock = true; }; - cordova = nodeEnv.buildNodePackage { - name = "cordova"; - packageName = "cordova"; - version = "12.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/cordova/-/cordova-12.0.0.tgz"; - sha512 = "D0gGDsaXlmafWxVZExJo6jO8AEVLYBe12Qghjx4zz8XfNhSUe3cInm4TyDZoxB2hFom73eLxIbomYOb0J6tutw=="; - }; - dependencies = [ - sources."@isaacs/cliui-8.0.2" - sources."@isaacs/string-locale-compare-1.1.0" - sources."@netflix/nerror-1.1.3" - sources."@nodelib/fs.scandir-2.1.5" - sources."@nodelib/fs.stat-2.0.5" - sources."@nodelib/fs.walk-1.2.8" - (sources."@npmcli/arborist-6.3.0" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."minimatch-9.0.3" - ]; - }) - sources."@npmcli/fs-3.1.0" - (sources."@npmcli/git-4.1.0" // { - dependencies = [ - sources."lru-cache-7.18.3" - sources."which-3.0.1" - ]; - }) - sources."@npmcli/installed-package-contents-2.0.2" - (sources."@npmcli/map-workspaces-3.0.4" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."glob-10.3.3" - sources."minimatch-9.0.3" - ]; - }) - sources."@npmcli/metavuln-calculator-5.0.1" - sources."@npmcli/name-from-folder-2.0.0" - sources."@npmcli/node-gyp-3.0.0" - (sources."@npmcli/package-json-4.0.1" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."glob-10.3.3" - sources."minimatch-9.0.3" - ]; - }) - (sources."@npmcli/promise-spawn-6.0.2" // { - dependencies = [ - sources."which-3.0.1" - ]; - }) - sources."@npmcli/query-3.0.0" - (sources."@npmcli/run-script-6.0.2" // { - dependencies = [ - sources."which-3.0.1" - ]; - }) - sources."@sigstore/bundle-1.0.0" - sources."@sigstore/protobuf-specs-0.2.0" - sources."@sigstore/tuf-1.0.3" - sources."@tootallnate/once-2.0.0" - sources."@tufjs/canonical-json-1.0.0" - (sources."@tufjs/models-1.0.4" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."minimatch-9.0.3" - ]; - }) - sources."@xmldom/xmldom-0.8.10" - sources."abbrev-1.1.1" - sources."abort-controller-3.0.0" - sources."accepts-1.3.8" - sources."agent-base-6.0.2" - sources."agentkeepalive-4.5.0" - sources."aggregate-error-3.1.0" - sources."ajv-8.12.0" - sources."ajv-formats-2.1.1" - sources."ansi-0.3.1" - sources."ansi-escapes-3.2.0" - sources."ansi-regex-5.0.1" - sources."ansi-styles-6.2.1" - sources."aproba-2.0.0" - sources."are-we-there-yet-3.0.1" - sources."array-find-index-1.0.2" - sources."array-flatten-1.1.1" - sources."array-union-2.1.0" - sources."asn1-0.2.6" - sources."assert-plus-1.0.0" - sources."async-2.6.4" - sources."asynckit-0.4.0" - sources."atomically-1.7.0" - sources."aws-sign2-0.7.0" - sources."aws4-1.12.0" - sources."balanced-match-1.0.2" - sources."base64-js-1.5.1" - sources."bcrypt-pbkdf-1.0.2" - sources."big-integer-1.6.51" - (sources."bin-links-4.0.2" // { - dependencies = [ - sources."signal-exit-4.1.0" - sources."write-file-atomic-5.0.1" - ]; - }) - (sources."body-parser-1.20.1" // { - dependencies = [ - sources."bytes-3.1.2" - sources."debug-2.6.9" - sources."iconv-lite-0.4.24" - sources."ms-2.0.0" - ]; - }) - sources."bplist-parser-0.3.2" - sources."brace-expansion-1.1.11" - sources."braces-3.0.2" - sources."buffer-6.0.3" - sources."builtins-5.0.1" - sources."bytes-3.0.0" - (sources."cacache-17.1.3" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."fs-minipass-3.0.2" - sources."glob-10.3.3" - sources."lru-cache-7.18.3" - sources."minimatch-9.0.3" - sources."minipass-5.0.0" - ]; - }) - sources."call-bind-1.0.2" - sources."callsites-3.1.0" - sources."caseless-0.12.0" - (sources."chalk-3.0.0" // { - dependencies = [ - sources."ansi-styles-4.3.0" - ]; - }) - sources."chardet-0.7.0" - sources."chownr-2.0.0" - sources."clean-stack-2.2.0" - sources."cli-cursor-2.1.0" - sources."cli-width-2.2.1" - sources."cmd-shim-6.0.1" - sources."color-convert-2.0.1" - sources."color-name-1.1.4" - sources."color-support-1.1.3" - sources."combined-stream-1.0.8" - sources."common-ancestor-path-1.0.1" - sources."compressible-2.0.18" - (sources."compression-1.7.4" // { - dependencies = [ - sources."debug-2.6.9" - sources."ms-2.0.0" - sources."safe-buffer-5.1.2" - ]; - }) - sources."concat-map-0.0.1" - (sources."conf-10.2.0" // { - dependencies = [ - sources."dot-prop-6.0.1" - ]; - }) - sources."configstore-5.0.1" - sources."console-control-strings-1.1.0" - sources."content-disposition-0.5.4" - sources."content-type-1.0.5" - sources."cookie-0.5.0" - sources."cookie-signature-1.0.6" - sources."cordova-app-hello-world-6.0.0" - sources."cordova-common-5.0.0" - sources."cordova-create-5.0.0" - (sources."cordova-fetch-4.0.0" // { - dependencies = [ - sources."pify-5.0.0" - sources."which-3.0.1" - ]; - }) - (sources."cordova-lib-12.0.1" // { - dependencies = [ - sources."pify-5.0.0" - sources."signal-exit-4.1.0" - sources."write-file-atomic-5.0.1" - ]; - }) - sources."cordova-serve-4.0.1" - sources."core-util-is-1.0.2" - sources."cross-spawn-7.0.3" - sources."crypto-random-string-2.0.0" - sources."cssesc-3.0.0" - sources."currently-unhandled-0.4.1" - sources."dashdash-1.14.1" - (sources."debounce-fn-4.0.0" // { - dependencies = [ - sources."mimic-fn-3.1.0" - ]; - }) - (sources."debug-4.3.4" // { - dependencies = [ - sources."ms-2.1.2" - ]; - }) - sources."dedent-0.7.0" - sources."delayed-stream-1.0.0" - sources."delegates-1.0.0" - sources."dep-graph-1.1.0" - sources."depd-2.0.0" - sources."destroy-1.2.0" - sources."detect-indent-6.1.0" - sources."detect-newline-3.1.0" - sources."dir-glob-3.0.1" - sources."dot-prop-5.3.0" - sources."eastasianwidth-0.2.0" - sources."ecc-jsbn-0.1.2" - sources."editor-1.0.0" - sources."ee-first-1.1.1" - sources."elementtree-0.1.7" - sources."emoji-regex-9.2.2" - sources."encodeurl-1.0.2" - sources."encoding-0.1.13" - sources."end-of-stream-1.4.4" - sources."endent-2.1.0" - sources."env-paths-2.2.1" - sources."err-code-2.0.3" - sources."escape-html-1.0.3" - sources."escape-string-regexp-1.0.5" - sources."etag-1.8.1" - sources."event-target-shim-5.0.1" - sources."events-3.3.0" - sources."execa-5.1.1" - sources."exponential-backoff-3.1.1" - (sources."express-4.18.2" // { - dependencies = [ - sources."debug-2.6.9" - sources."ms-2.0.0" - ]; - }) - sources."extend-3.0.2" - (sources."external-editor-3.1.0" // { - dependencies = [ - sources."iconv-lite-0.4.24" - sources."tmp-0.0.33" - ]; - }) - sources."extsprintf-1.4.1" - sources."fast-deep-equal-3.1.3" - sources."fast-glob-3.3.1" - sources."fast-json-parse-1.0.3" - sources."fast-json-stable-stringify-2.1.0" - sources."fastq-1.15.0" - sources."figures-2.0.0" - sources."fill-range-7.0.1" - (sources."finalhandler-1.2.0" // { - dependencies = [ - sources."debug-2.6.9" - sources."ms-2.0.0" - ]; - }) - sources."find-up-3.0.0" - (sources."foreground-child-3.1.1" // { - dependencies = [ - sources."signal-exit-4.1.0" - ]; - }) - sources."forever-agent-0.6.1" - sources."form-data-2.3.3" - sources."forwarded-0.2.0" - sources."fresh-0.5.2" - sources."fs-extra-11.1.1" - (sources."fs-minipass-2.1.0" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - sources."fs.realpath-1.0.0" - sources."function-bind-1.1.1" - (sources."gauge-4.0.4" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) - sources."get-intrinsic-1.2.1" - sources."get-stream-6.0.1" - sources."getpass-0.1.7" - sources."glob-7.2.3" - sources."glob-parent-5.1.2" - sources."globby-11.1.0" - sources."graceful-fs-4.2.11" - sources."har-schema-2.0.0" - (sources."har-validator-5.1.5" // { - dependencies = [ - sources."ajv-6.12.6" - sources."json-schema-traverse-0.4.1" - ]; - }) - sources."has-1.0.3" - sources."has-flag-4.0.0" - sources."has-proto-1.0.1" - sources."has-symbols-1.0.3" - sources."has-unicode-2.0.1" - (sources."hosted-git-info-6.1.1" // { - dependencies = [ - sources."lru-cache-7.18.3" - ]; - }) - sources."http-cache-semantics-4.1.1" - sources."http-errors-2.0.0" - sources."http-proxy-agent-5.0.0" - sources."http-signature-1.2.0" - sources."https-proxy-agent-5.0.1" - sources."human-signals-2.1.0" - sources."humanize-ms-1.2.1" - sources."iconv-lite-0.6.3" - sources."ieee754-1.2.1" - sources."ignore-5.2.4" - (sources."ignore-walk-6.0.3" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."minimatch-9.0.3" - ]; - }) - sources."import-fresh-3.3.0" - sources."imurmurhash-0.1.4" - sources."indent-string-4.0.0" - sources."inflight-1.0.6" - sources."inherits-2.0.4" - sources."init-package-json-5.0.0" - (sources."inquirer-6.5.2" // { - dependencies = [ - sources."ansi-regex-3.0.1" - sources."ansi-styles-3.2.1" - sources."chalk-2.4.2" - sources."color-convert-1.9.3" - sources."color-name-1.1.3" - sources."has-flag-3.0.0" - sources."is-fullwidth-code-point-2.0.0" - sources."mute-stream-0.0.7" - (sources."string-width-2.1.1" // { - dependencies = [ - sources."strip-ansi-4.0.0" - ]; - }) - (sources."strip-ansi-5.2.0" // { - dependencies = [ - sources."ansi-regex-4.1.1" - ]; - }) - sources."supports-color-5.5.0" - ]; - }) - (sources."insight-0.11.1" // { - dependencies = [ - sources."ansi-styles-4.3.0" - sources."chalk-4.1.2" - ]; - }) - sources."ip-2.0.0" - sources."ipaddr.js-1.9.1" - sources."is-core-module-2.13.0" - sources."is-docker-2.2.1" - sources."is-extglob-2.1.1" - sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.3" - sources."is-lambda-1.0.1" - sources."is-number-7.0.0" - sources."is-obj-2.0.0" - sources."is-stream-2.0.1" - sources."is-typedarray-1.0.0" - sources."is-wsl-2.2.0" - sources."isexe-2.0.0" - sources."isobject-4.0.0" - sources."isstream-0.1.2" - sources."jackspeak-2.2.3" - sources."jsbn-0.1.1" - sources."json-parse-even-better-errors-3.0.0" - sources."json-schema-0.4.0" - sources."json-schema-traverse-1.0.0" - sources."json-schema-typed-7.0.3" - sources."json-stringify-nice-1.1.4" - sources."json-stringify-safe-5.0.1" - sources."jsonfile-6.1.0" - sources."jsonparse-1.3.1" - (sources."jsprim-1.4.2" // { - dependencies = [ - sources."extsprintf-1.3.0" - ]; - }) - sources."just-diff-6.0.2" - sources."just-diff-apply-5.5.0" - sources."locate-path-3.0.0" - sources."lodash-4.17.21" - sources."lodash.assign-4.2.0" - sources."lodash.debounce-4.0.8" - sources."lodash.isdate-4.0.1" - sources."lodash.isobject-3.0.2" - sources."lodash.zip-4.2.0" - sources."loud-rejection-2.2.0" - sources."lru-cache-10.0.0" - sources."macos-release-2.5.1" - (sources."make-dir-3.1.0" // { - dependencies = [ - sources."semver-6.3.1" - ]; - }) - (sources."make-fetch-happen-11.1.1" // { - dependencies = [ - sources."lru-cache-7.18.3" - sources."minipass-5.0.0" - ]; - }) - sources."md5-file-5.0.0" - sources."media-typer-0.3.0" - sources."merge-descriptors-1.0.1" - sources."merge-stream-2.0.0" - sources."merge2-1.4.1" - sources."methods-1.1.2" - sources."micromatch-4.0.5" - sources."mime-1.6.0" - sources."mime-db-1.52.0" - sources."mime-types-2.1.35" - sources."mimic-fn-2.1.0" - sources."minimatch-3.1.2" - sources."minipass-7.0.2" - (sources."minipass-collect-1.0.2" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - (sources."minipass-fetch-3.0.3" // { - dependencies = [ - sources."minipass-5.0.0" - ]; - }) - (sources."minipass-flush-1.0.5" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - (sources."minipass-json-stream-1.0.1" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - (sources."minipass-pipeline-1.2.4" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - (sources."minipass-sized-1.0.3" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - (sources."minizlib-2.1.2" // { - dependencies = [ - sources."minipass-3.3.6" - ]; - }) - sources."mkdirp-1.0.4" - sources."ms-2.1.3" - sources."mute-stream-1.0.0" - sources."negotiator-0.6.3" - (sources."node-gyp-9.4.0" // { - dependencies = [ - sources."nopt-6.0.0" - sources."npmlog-6.0.2" - ]; - }) - (sources."nopt-7.2.0" // { - dependencies = [ - sources."abbrev-2.0.0" - ]; - }) - sources."normalize-package-data-5.0.0" - sources."npm-bundled-3.0.0" - sources."npm-install-checks-6.1.1" - sources."npm-normalize-package-bin-3.0.1" - sources."npm-package-arg-10.1.0" - sources."npm-packlist-7.0.4" - sources."npm-pick-manifest-8.0.2" - (sources."npm-registry-fetch-14.0.5" // { - dependencies = [ - sources."minipass-5.0.0" - ]; - }) - sources."npm-run-path-4.0.1" - (sources."npmlog-7.0.1" // { - dependencies = [ - sources."are-we-there-yet-4.0.1" - sources."emoji-regex-8.0.0" - sources."gauge-5.0.1" - sources."readable-stream-4.4.2" - sources."signal-exit-4.1.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) - sources."oauth-sign-0.9.0" - sources."object-inspect-1.12.3" - sources."objectorarray-1.0.5" - sources."on-finished-2.4.1" - sources."on-headers-1.0.2" - sources."once-1.4.0" - sources."onetime-5.1.2" - sources."open-7.4.2" - sources."os-name-4.0.1" - sources."os-tmpdir-1.0.2" - sources."p-finally-1.0.0" - sources."p-limit-2.3.0" - sources."p-locate-3.0.0" - sources."p-map-4.0.0" - sources."p-try-2.2.0" - (sources."pacote-15.2.0" // { - dependencies = [ - sources."fs-minipass-3.0.2" - sources."minipass-5.0.0" - ]; - }) - sources."parent-module-1.0.1" - sources."parse-conflict-json-3.0.1" - sources."parseurl-1.3.3" - sources."path-exists-3.0.0" - sources."path-is-absolute-1.0.1" - sources."path-is-inside-1.0.2" - sources."path-key-3.1.1" - sources."path-parse-1.0.7" - sources."path-scurry-1.10.1" - sources."path-to-regexp-0.1.7" - sources."path-type-4.0.0" - sources."performance-now-2.1.0" - sources."picomatch-2.3.1" - sources."pify-4.0.1" - sources."pkg-up-3.1.0" - sources."plist-3.1.0" - sources."postcss-selector-parser-6.0.13" - sources."proc-log-3.0.0" - sources."process-0.11.10" - sources."promise-all-reject-late-1.0.1" - sources."promise-call-limit-1.0.2" - sources."promise-inflight-1.0.1" - sources."promise-retry-2.0.1" - sources."promzard-1.0.0" - sources."proxy-addr-2.0.7" - sources."psl-1.9.0" - sources."pump-3.0.0" - sources."punycode-2.3.0" - sources."q-1.5.1" - sources."qs-6.11.0" - sources."querystringify-2.2.0" - sources."queue-microtask-1.2.3" - sources."range-parser-1.2.1" - (sources."raw-body-2.5.1" // { - dependencies = [ - sources."bytes-3.1.2" - sources."iconv-lite-0.4.24" - ]; - }) - sources."read-2.1.0" - sources."read-chunk-3.2.0" - sources."read-cmd-shim-4.0.0" - (sources."read-package-json-6.0.4" // { - dependencies = [ - sources."brace-expansion-2.0.1" - sources."glob-10.3.3" - sources."minimatch-9.0.3" - ]; - }) - sources."read-package-json-fast-3.0.2" - sources."readable-stream-3.6.2" - (sources."request-2.88.2" // { - dependencies = [ - sources."qs-6.5.3" - sources."tough-cookie-2.5.0" - sources."uuid-3.4.0" - ]; - }) - sources."require-from-string-2.0.2" - sources."requires-port-1.0.0" - sources."resolve-1.22.4" - sources."resolve-from-4.0.0" - (sources."restore-cursor-2.0.0" // { - dependencies = [ - sources."mimic-fn-1.2.0" - sources."onetime-2.0.1" - ]; - }) - sources."retry-0.12.0" - sources."reusify-1.0.4" - sources."rimraf-3.0.2" - sources."run-async-2.4.1" - sources."run-parallel-1.2.0" - sources."rxjs-6.6.7" - sources."safe-buffer-5.2.1" - sources."safer-buffer-2.1.2" - sources."sax-1.1.4" - (sources."semver-7.5.4" // { - dependencies = [ - sources."lru-cache-6.0.0" - ]; - }) - (sources."send-0.18.0" // { - dependencies = [ - (sources."debug-2.6.9" // { - dependencies = [ - sources."ms-2.0.0" - ]; - }) - ]; - }) - sources."serve-static-1.15.0" - sources."set-blocking-2.0.0" - sources."setprototypeof-1.2.0" - sources."shebang-command-2.0.0" - sources."shebang-regex-3.0.0" - sources."side-channel-1.0.4" - sources."signal-exit-3.0.7" - sources."sigstore-1.8.0" - sources."slash-3.0.0" - sources."smart-buffer-4.2.0" - sources."socks-2.7.1" - sources."socks-proxy-agent-7.0.0" - sources."spdx-correct-3.2.0" - sources."spdx-exceptions-2.3.0" - sources."spdx-expression-parse-3.0.1" - sources."spdx-license-ids-3.0.13" - sources."sshpk-1.17.0" - (sources."ssri-10.0.4" // { - dependencies = [ - sources."minipass-5.0.0" - ]; - }) - sources."statuses-2.0.1" - sources."string-width-5.1.2" - (sources."string-width-cjs-4.2.3" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."strip-ansi-6.0.1" - ]; - }) - sources."string_decoder-1.3.0" - sources."stringify-package-1.0.1" - (sources."strip-ansi-7.1.0" // { - dependencies = [ - sources."ansi-regex-6.0.1" - ]; - }) - sources."strip-ansi-cjs-6.0.1" - sources."strip-bom-4.0.0" - sources."strip-final-newline-2.0.0" - sources."supports-color-7.2.0" - sources."supports-preserve-symlinks-flag-1.0.0" - sources."systeminformation-5.18.15" - (sources."tar-6.1.15" // { - dependencies = [ - sources."minipass-5.0.0" - ]; - }) - sources."through-2.3.8" - sources."tmp-0.2.1" - sources."to-regex-range-5.0.1" - sources."toidentifier-1.0.1" - (sources."tough-cookie-4.1.3" // { - dependencies = [ - sources."universalify-0.2.0" - ]; - }) - sources."treeverse-3.0.0" - sources."tslib-1.14.1" - sources."tuf-js-1.1.7" - sources."tunnel-agent-0.6.0" - sources."tweetnacl-0.14.5" - sources."type-is-1.6.18" - sources."typedarray-to-buffer-3.1.5" - sources."underscore-1.2.1" - sources."unique-filename-3.0.0" - sources."unique-slug-4.0.0" - sources."unique-string-2.0.0" - sources."universalify-2.0.0" - sources."unpipe-1.0.0" - sources."uri-js-4.4.1" - sources."url-parse-1.5.10" - sources."util-deprecate-1.0.2" - sources."utils-merge-1.0.1" - sources."uuid-8.3.2" - sources."valid-identifier-0.0.2" - sources."validate-npm-package-license-3.0.4" - sources."validate-npm-package-name-5.0.0" - sources."vary-1.1.2" - sources."verror-1.10.0" - sources."walk-up-path-3.0.1" - sources."which-2.0.2" - (sources."wide-align-1.1.5" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) - (sources."windows-release-4.0.0" // { - dependencies = [ - sources."execa-4.1.0" - sources."get-stream-5.2.0" - sources."human-signals-1.1.1" - ]; - }) - sources."with-open-file-0.1.7" - sources."wrap-ansi-8.1.0" - (sources."wrap-ansi-cjs-7.0.0" // { - dependencies = [ - sources."ansi-styles-4.3.0" - sources."emoji-regex-8.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) - sources."wrappy-1.0.2" - sources."write-file-atomic-3.0.3" - sources."xdg-basedir-4.0.0" - sources."xmlbuilder-15.1.1" - sources."yallist-4.0.0" - ]; - buildInputs = globalBuildInputs; - meta = { - description = "Cordova command line interface tool"; - homepage = "https://github.com/apache/cordova-cli#readme"; - license = "Apache-2.0"; - }; - production = true; - bypassCache = true; - reconstructLock = true; - }; cpy-cli = nodeEnv.buildNodePackage { name = "cpy-cli"; packageName = "cpy-cli"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8b1857254af0..5fce16017312 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18913,6 +18913,8 @@ with pkgs; cookiecutter = with python3Packages; toPythonApplication cookiecutter; + cordova = callPackage ../development/mobile/cordova { }; + corrosion = callPackage ../development/tools/build-managers/corrosion { }; corundum = callPackage ../development/tools/corundum { };