Skip to content

elmPackages: nodejs_14 -> nodejs_18.#233296

Merged
RaitoBezarius merged 1 commit intoNixOS:masterfrom
r-vdp:elmPackages_nodejs_18
May 21, 2023
Merged

elmPackages: nodejs_14 -> nodejs_18.#233296
RaitoBezarius merged 1 commit intoNixOS:masterfrom
r-vdp:elmPackages_nodejs_18

Conversation

@r-vdp
Copy link
Contributor

@r-vdp r-vdp commented May 21, 2023

Description of changes

Follow-up to #230543, we were still using nodejs_14 for some packages (e.g. elmPackages.elm-language-server).

I also turned the node dependency into an input, so that it can be overriden, which is handy for local testing.

Ping @turboMaCk

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot requested review from ilyakooo0, jali-clarke and turboMaCk May 21, 2023 20:54
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels May 21, 2023
@RaitoBezarius
Copy link
Member

Result of nixpkgs-review pr 233296 run on x86_64-linux 1

1 package failed to build:
  • elmPackages.elm-verify-examples
14 packages built:
  • elmPackages.create-elm-app
  • elmPackages.elm-analyse
  • elmPackages.elm-coverage
  • elmPackages.elm-doc-preview
  • elmPackages.elm-git-install
  • elmPackages.elm-language-server
  • elmPackages.elm-live
  • elmPackages.elm-optimize-level-2
  • elmPackages.elm-pages
  • elmPackages.elm-review
  • elmPackages.elm-spa
  • elmPackages.elm-test
  • elmPackages.elm-upgrade
  • elmPackages.elm-xref

Follow-up to NixOS#230543, we were still using nodejs_14 for some packages.

I also turned the node dependency into an input, so that it can be
overriden, which is handy for local testing.
@r-vdp r-vdp force-pushed the elmPackages_nodejs_18 branch from c299b0b to 714c4d3 Compare May 21, 2023 22:28
@r-vdp
Copy link
Contributor Author

r-vdp commented May 21, 2023

@RaitoBezarius: fixed.

It seems that something is missing in the binwrap patching hook though, this is the second package to need this additional manual patch. We'd need to investigate that at some point.

@RaitoBezarius
Copy link
Member

Result of nixpkgs-review pr 233296 run on x86_64-linux 1

17 packages built:
  • elmPackages.create-elm-app
  • elmPackages.elm-analyse
  • elmPackages.elm-coverage
  • elmPackages.elm-doc-preview
  • elmPackages.elm-git-install
  • elmPackages.elm-language-server
  • elmPackages.elm-live
  • elmPackages.elm-optimize-level-2
  • elmPackages.elm-pages
  • elmPackages.elm-review
  • elmPackages.elm-spa
  • elmPackages.elm-test
  • elmPackages.elm-upgrade
  • elmPackages.elm-verify-examples
  • elmPackages.elm-xref
  • nodejs_18
  • nodejs_18.libv8

@RaitoBezarius RaitoBezarius merged commit c831cb6 into NixOS:master May 21, 2023
@r-vdp r-vdp deleted the elmPackages_nodejs_18 branch May 21, 2023 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants