Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textlint: repackage with buildNpmPackage #312471

Merged
merged 18 commits into from
May 26, 2024

Conversation

natsukium
Copy link
Member

Description of changes

part of #229475

textlint and its rules were introduced in the following PRs (#53981 and #54443) but merged without any idea of how textlint works in nixpkgs.
As noted in these PRs, textlint isn't useful without rules and plugins.
This change will allow us to provide a wrapper to use them, using textlint.withPackages [ xxx ] like the Python environment.

This PR has a little too many commits, but the important parts are the first three.

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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.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.

Add a 👍 reaction to pull requests you find important.

@natsukium
Copy link
Member Author

@ofborg build textlint textlint.tests

There is no lock file in this package, but it is old and stable enough
so that we handle dependencies manually.
@natsukium
Copy link
Member Author

Result of nixpkgs-review pr 312471 at 5f58c6a run on x86_64-linux 1

15 packages built successfully:
  • textlint
  • textlint-plugin-latex2e
  • textlint-rule-abbr-within-parentheses
  • textlint-rule-alex
  • textlint-rule-common-misspellings
  • textlint-rule-diacritics
  • textlint-rule-en-max-word-count
  • textlint-rule-max-comma
  • textlint-rule-no-start-duplicated-conjunction
  • textlint-rule-period-in-list-item
  • textlint-rule-preset-ja-technical-writing
  • textlint-rule-stop-words
  • textlint-rule-terminology
  • textlint-rule-unexpanded-acronym
  • textlint-rule-write-good

@natsukium natsukium added the backport release-24.05 Backport PR automatically label May 26, 2024
@natsukium natsukium merged commit 2e7b251 into NixOS:master May 26, 2024
21 checks passed
@natsukium natsukium deleted the textlint/repackage branch May 26, 2024 00:23
Copy link
Contributor

Successfully created backport PR for release-24.05:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant