Skip to content

elmReview: 2.12.0 -> 2.13.1#382294

Merged
turboMaCk merged 1 commit intoNixOS:masterfrom
teamniteo:elm-review-buildNpmPackage
Feb 15, 2025
Merged

elmReview: 2.12.0 -> 2.13.1#382294
turboMaCk merged 1 commit intoNixOS:masterfrom
teamniteo:elm-review-buildNpmPackage

Conversation

@zupo
Copy link
Copy Markdown
Contributor

@zupo zupo commented Feb 15, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 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.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: nodejs Node.js is a free, open-source, cross-platform JavaScript runtime environment label Feb 15, 2025
@zupo
Copy link
Copy Markdown
Contributor Author

zupo commented Feb 15, 2025

I re-applied the changes I did in https://github.com/NixOS/nixpkgs/pull/351767/files over the latest master and with the latest release of elm-review, and the problem with broken package-lock.json file seems to have been resolved upstream.

The package now successfully builds on my nix-darwin and nixos machines.

@zupo zupo force-pushed the elm-review-buildNpmPackage branch 3 times, most recently from 317a4aa to 691465c Compare February 15, 2025 11:57
@zupo zupo requested review from dotlambda and turboMaCk February 15, 2025 11:59
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Feb 15, 2025
Rewriten from node2nix to buildNpmPackage. Previous work on this
started in https://github.com/NixOS/nixpkgs/pull/351767/files.

Also, added a simple test.

Refs Thaigersprint/thaigersprint-2025#1
@zupo zupo force-pushed the elm-review-buildNpmPackage branch from 691465c to 23fed8e Compare February 15, 2025 12:24
@zupo zupo requested a review from hsjobeki February 15, 2025 12:47
@turboMaCk
Copy link
Copy Markdown
Member

great news! thanks @zupo. Testing this now.

license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
turbomack
zupo
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to see more maintainers there 👍

Copy link
Copy Markdown
Member

@turboMaCk turboMaCk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@turboMaCk turboMaCk merged commit c5d5bdb into NixOS:master Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nodejs Node.js is a free, open-source, cross-platform JavaScript runtime environment 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants