Commit Graph

18 Commits

Author SHA1 Message Date
Harinn
eb53eea2c0 cxx-rs: 1.0.175 -> 1.0.194 2026-04-22 15:50:42 +07:00
Guy Chronister
23043ef3a0 cxxtest: migrate to by-name 2026-02-03 15:10:07 -06:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
dramforever
1a6e4d1627 cxxopts: Unpin icu, fix build
Set -DCXXOPTS_CXX_STANDARD=17 while building to avoid icu-related error.

This is supported by cxxopts and included in their testing [1]. The
build just *defaults* to C++11, which icu >= 75 no longer supports.

[1]: 76bd60dc17
2025-10-11 11:39:03 +08:00
Colin
313196be92 cxxopts: add pkgconfig tests
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-10-07 12:08:00 +02:00
Colin
9bdbef688a cxxopts: use replace-fail
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-10-07 12:08:00 +02:00
Colin
8bfd238dd7 cxxopts: fix broken pkgconfig dependency on icu-cu
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-10-07 12:07:58 +02:00
Guilhem Saurel
0693b8d334 cxxopts: 3.2.1 -> 3.3.1
fix #411129

https://github.com/jarro2783/cxxopts/releases/tag/v3.3.1

Notable changes here:

- gcc 15 compat
- cmake 4 compat

Co-authored-by: Grimmauld <soeren@benjos.de>
2025-09-26 08:42:53 +02:00
Shogo Takata
024134bb78 cxx-rs: 1.0.158 -> 1.0.175
Updates cxx-rs and fix build failure.
2025-09-06 01:48:41 +09:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Alex Wied
16414322b9 cxx-rs: 1.0.131 -> 1.0.158 2025-06-25 16:02:44 -04:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Franz Pletz
f24f50f30e cxxopts: fix build, pin to icu74 2025-02-21 12:12:37 +01:00
Silvan Mosberger
4f0dadbf38 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 b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Doron Behar
55f5783b05 cxx-rs: 1.0.94 -> 1.0.131 2024-11-30 20:59:39 +02: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