Skip to content

Commit 27cee6f

Browse files
committed
nodePackages.prebuild-install: drop
1 parent 97c1edb commit 27cee6f

File tree

4 files changed

+4
-55
lines changed

4 files changed

+4
-55
lines changed

doc/release-notes/rl-2605.section.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929

3030
- Ethercalc and its associated module have been removed, as the package is unmaintained and cannot be installed from source with npm now.
3131

32+
- `nodePackages.prebuild-install` was removed because it appeared to be unmaintained upstream.
33+
See [upstream's recommendations for alternatives](https://github.com/prebuild/prebuild-install#note).
34+
3235
- `python3packages.pillow-avif-plugin` has been removed as the functionality is included in `python3packages.pillow` directly since version 11.3.
3336

3437
## Other Notable Changes {#sec-nixpkgs-release-26.05-notable-changes}

pkgs/development/node-packages/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ mapAliases {
283283
inherit (pkgs) pnpm; # added 2024-06-26
284284
poor-mans-t-sql-formatter-cli = throw "'poor-mans-t-sql-formatter-cli' has been removed because it was unmaintained upstream"; # Added 2025-11-14
285285
postcss-cli = throw "postcss-cli has been removed because it was broken"; # added 2025-03-24
286+
prebuild-install = throw "prebuild-install was removed because it appeared to be unmaintained upstream. See upstream's recommendations for alternatives here: https://github.com/prebuild/prebuild-install#note"; # Added 2025-12-14
286287
inherit (pkgs) prettier; # added 2025-05-31
287288
prettier_d_slim = pkgs.prettier-d-slim; # added 2023-09-14
288289
prettier-plugin-toml = throw "prettier-plugin-toml was removed because it provides no executable"; # added 2025-03-23

pkgs/development/node-packages/node-packages.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
, "lcov-result-merger"
2121
, "node2nix"
2222
, "postcss"
23-
, "prebuild-install"
2423
, "sass"
2524
, "semver"
2625
, "vega-cli"

pkgs/development/node-packages/node-packages.nix

Lines changed: 0 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)