Commit Graph

10 Commits

Author SHA1 Message Date
Sergei Trofimovich
8d9f27a187 llhttp: 9.4.2 -> 9.4.3
Changes: https://github.com/nodejs/llhttp/releases/tag/release%2Fv9.4.3
2026-08-01 22:05:09 +01:00
Antoine du Hamel
a0728be44a llhttp: 9.4.1 -> 9.4.2 2026-06-18 15:08:51 +02:00
Antoine du Hamel
beec7d7a24 llhttp: 9.3.1 -> 9.4.1 2026-04-30 14:38:57 +02:00
Tobias Mayer
ba03f57c17 pkgsStatic.llhttp: fix building static archives
The cmake options were changed in b671ac107b.
This should unbreak `nixStatic`.
2026-03-17 15:16:09 +01:00
Sergei Trofimovich
d6502403f8 llhttp: 9.3.0 -> 9.3.1
Changes: https://github.com/nodejs/llhttp/releases/tag/release%2Fv9.3.1
2026-02-17 06:29:06 +00:00
Antoine du Hamel
82466af8ca llhttp: improve pkg-config integration 2026-01-07 20:24:05 +01:00
Tobias Mayer
0b12222191 pkgsStatic.llhttp: fix build 2025-07-12 08:57:37 +02:00
Antoine du Hamel
cc9c34ff0d llhttp: 9.2.1 -> 9.3.0 2025-05-27 13:12:12 +02:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00