Commit Graph

17 Commits

Author SHA1 Message Date
Robert Schütz
42ccf4cdaf Revert "libical: 3.0.20 -> 4.0.2"
This reverts commit aca9a4c78c because it
broke too many reverse dependencies.
2026-06-05 13:14:40 -07:00
Robert Schütz
aca9a4c78c libical: 3.0.20 -> 4.0.2
Diff: https://github.com/libical/libical/compare/v3.0.20...v4.0.2

Changelog: https://github.com/libical/libical/blob/v4.0.2/CHANGELOG.md
2026-06-03 10:25:38 -07:00
Wolfgang Walther
535b720589 Merge branch 'master' into staging-next 2025-07-24 14:27:50 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Alyssa Ross
074d2bff40 libical: fix static
Backports an upstream fix (upstream link is in the patch file) and
sets the appropriate CMake flag.
2025-07-12 12:10:23 +02:00
Alyssa Ross
093eac6f3e libical: fix introspection default
This is the same default used across Nixpkgs, and fixes it trying to
use introspection in static builds.
2025-07-12 12:02:55 +02:00
Alyssa Ross
0dfc2d82d0 libical: don't build examples
One of these fails to link in a static build.  I've fixed it
upstream, but I don't think there's any value building the examples
in Nixpkgs regardless, so let's disable them.

Link: https://github.com/libical/libical/pull/932
2025-07-12 12:01:44 +02:00
liberodark
e61bb30305 treewide: remove with lib Part 2 2025-06-03 16:15:50 +02:00
K900
f42e00d66e Merge remote-tracking branch 'origin/master' into staging-next 2025-04-08 10:29:26 +03: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
K900
b3146d4446 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-07 21:21:10 +03:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Matthias Beyer
8c3a3572c3 libical: Transform to use finalAttrs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2025-03-25 09:23:32 +01:00
Matthias Beyer
1aa66fb76a libical: 3.0.19 -> 3.0.20
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2025-03-24 13:39:39 +01:00
K900
4a22717433 libical: 3.0.18 -> 3.0.19 2025-02-11 09:23:39 +03:00
Silvan Mosberger
84d4f874c2 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 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +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