create-react-app: drop (#407895)

authored by Aleksana and committed by GitHub 1bdf9a96 2bc1f073

+1 -34
-34
pkgs/by-name/cr/create-react-app/package.nix
··· 1 - { 2 - lib, 3 - buildNpmPackage, 4 - fetchFromGitHub, 5 - }: 6 - 7 - buildNpmPackage rec { 8 - pname = "create-react-app"; 9 - version = "5.0.1"; 10 - 11 - src = fetchFromGitHub { 12 - owner = "facebook"; 13 - repo = "create-react-app"; 14 - rev = "v${version}"; 15 - hash = "sha256-nUvJRxBZ98ogSkbw8ciFYtZRQNFD6pLThoEjeDMcGm0="; 16 - }; 17 - 18 - npmDepsHash = "sha256-diGu53lJi+Fs7pTAQGCXoDtP7YyKZLIN/2Wo+e1Mzc4="; 19 - 20 - env.PUPPETEER_SKIP_DOWNLOAD = true; 21 - 22 - npmWorkspace = "packages/create-react-app"; 23 - 24 - dontNpmBuild = true; 25 - 26 - meta = { 27 - changelog = "https://github.com/facebook/create-react-app/blob/${src.rev}/CHANGELOG.md"; 28 - description = "Create React apps with no build configuration"; 29 - homepage = "https://github.com/facebook/create-react-app"; 30 - license = lib.licenses.mit; 31 - mainProgram = "create-react-app"; 32 - maintainers = [ ]; 33 - }; 34 - }
···
+1
pkgs/top-level/aliases.nix
··· 465 containerpilot = throw "'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-09 466 crack_attack = throw "'crack_attack' has been removed due to lack of maintenance upstream."; # Added 2024-12-04 467 crackmapexec = throw "'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead"; # 2024-08-11 468 critcl = tclPackages.critcl; # Added 2024-10-02 469 crunchy-cli = throw "'crunchy-cli' was sunset, see <https://github.com/crunchy-labs/crunchy-cli/issues/362>"; # Added 2025-03-26 470 cudaPackages_10_0 = throw "CUDA 10.0 has been removed from Nixpkgs, as it is unmaintained upstream and depends on unsupported compilers"; # Added 2024-11-20
··· 465 containerpilot = throw "'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-09 466 crack_attack = throw "'crack_attack' has been removed due to lack of maintenance upstream."; # Added 2024-12-04 467 crackmapexec = throw "'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead"; # 2024-08-11 468 + create-react-app = throw "'create-react-app' has been removed as it was deprecated. Upstream suggests using a framework for React."; # Added 2025-05-17 469 critcl = tclPackages.critcl; # Added 2024-10-02 470 crunchy-cli = throw "'crunchy-cli' was sunset, see <https://github.com/crunchy-labs/crunchy-cli/issues/362>"; # Added 2025-03-26 471 cudaPackages_10_0 = throw "CUDA 10.0 has been removed from Nixpkgs, as it is unmaintained upstream and depends on unsupported compilers"; # Added 2024-11-20