nodePackages.react-native-cli: drop

It was replaced with `npx react-native init`.
This commit is contained in:
Robert Schütz 2023-09-25 22:21:10 -07:00 committed by Jörg Thalheim
parent c14aba172f
commit 02026cbf22
4 changed files with 1 additions and 110 deletions

View File

@ -103,6 +103,7 @@ mapAliases {
parcel-bundler = parcel; # added 2023-09-04
prettier_d_slim = pkgs.prettier-d-slim; # added 2023-09-14
inherit (pkgs) quicktype; # added 2023-09-09
react-native-cli = throw "react-native-cli was removed because it was deprecated"; # added 2023-09-25
inherit (pkgs) react-static; # added 2023-08-21
readability-cli = pkgs.readability-cli; # Added 2023-06-12
inherit (pkgs) redoc-cli; # added 2023-09-12

View File

@ -52,7 +52,6 @@
prettier = "prettier";
purescript-psa = "psa";
purs-tidy = "purs-tidy";
react-native-cli = "react-native";
react-tools = "jsx";
remod-cli = "remod";
svelte-language-server = "svelteserver";

View File

@ -210,7 +210,6 @@
, "purty"
, "pxder"
, "pyright"
, "react-native-cli"
, "react-tools"
, "remod-cli"
, "reveal.js"

View File

@ -92896,114 +92896,6 @@ in
bypassCache = true;
reconstructLock = true;
};
react-native-cli = nodeEnv.buildNodePackage {
name = "react-native-cli";
packageName = "react-native-cli";
version = "2.0.1";
src = fetchurl {
url = "https://registry.npmjs.org/react-native-cli/-/react-native-cli-2.0.1.tgz";
sha512 = "QgkB1urUhGe9q1vcqQLIfNdCd/Qf3MdNQe19QO6lVjhIVKljlVMKtaK8RaZ8PCNB/cdXlO/G3tKUGk+ghMXE6w==";
};
dependencies = [
sources."ansi-regex-2.1.1"
sources."ansi-styles-2.2.1"
sources."array-buffer-byte-length-1.0.0"
sources."async-0.2.10"
sources."available-typed-arrays-1.0.5"
sources."balanced-match-1.0.2"
sources."brace-expansion-1.1.11"
sources."call-bind-1.0.2"
sources."chalk-1.1.3"
sources."colors-0.6.2"
sources."concat-map-0.0.1"
sources."cycle-1.0.3"
sources."deep-equal-2.2.2"
sources."define-data-property-1.1.0"
sources."define-properties-1.2.1"
sources."es-get-iterator-1.1.3"
sources."escape-string-regexp-1.0.5"
sources."eyes-0.1.8"
sources."for-each-0.3.3"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
sources."functions-have-names-1.2.3"
sources."get-intrinsic-1.2.1"
sources."glob-7.2.3"
sources."gopd-1.0.1"
sources."has-1.0.3"
sources."has-ansi-2.0.0"
sources."has-bigints-1.0.2"
sources."has-property-descriptors-1.0.0"
sources."has-proto-1.0.1"
sources."has-symbols-1.0.3"
sources."has-tostringtag-1.0.0"
sources."i-0.3.7"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."internal-slot-1.0.5"
sources."is-arguments-1.1.1"
sources."is-array-buffer-3.0.2"
sources."is-bigint-1.0.4"
sources."is-boolean-object-1.1.2"
sources."is-callable-1.2.7"
sources."is-date-object-1.0.5"
sources."is-map-2.0.2"
sources."is-number-object-1.0.7"
sources."is-regex-1.1.4"
sources."is-set-2.0.2"
sources."is-shared-array-buffer-1.0.2"
sources."is-string-1.0.7"
sources."is-symbol-1.0.4"
sources."is-typed-array-1.1.12"
sources."is-weakmap-2.0.1"
sources."is-weakset-2.0.2"
sources."isarray-2.0.5"
sources."isstream-0.1.2"
sources."minimatch-3.1.2"
sources."minimist-1.2.8"
sources."mkdirp-0.5.6"
sources."mute-stream-0.0.8"
sources."ncp-0.4.2"
sources."object-inspect-1.12.3"
sources."object-is-1.1.5"
sources."object-keys-1.1.1"
sources."object.assign-4.1.4"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."pkginfo-0.4.1"
sources."prompt-0.2.14"
sources."read-1.0.7"
sources."regexp.prototype.flags-1.5.1"
sources."revalidator-0.1.8"
sources."rimraf-2.7.1"
sources."semver-5.7.2"
sources."set-function-name-2.0.1"
sources."side-channel-1.0.4"
sources."stack-trace-0.0.10"
sources."stop-iteration-iterator-1.0.0"
sources."strip-ansi-3.0.1"
sources."supports-color-2.0.0"
sources."utile-0.2.1"
sources."which-boxed-primitive-1.0.2"
sources."which-collection-1.0.1"
sources."which-typed-array-1.1.11"
(sources."winston-0.8.3" // {
dependencies = [
sources."pkginfo-0.3.1"
];
})
sources."wrappy-1.0.2"
];
buildInputs = globalBuildInputs;
meta = {
description = "The React Native CLI tools";
homepage = "https://github.com/facebook/react-native#readme";
license = "BSD-3-Clause";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
react-tools = nodeEnv.buildNodePackage {
name = "react-tools";
packageName = "react-tools";