Commit Graph

21 Commits

Author SHA1 Message Date
K900
3c4102eef4 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-06 15:58:23 +03:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
·𐑑𐑴𐑕𐑑𐑩𐑤
627301053a w3m: 0.5.5 → 0.5.6 2026-01-25 13:05:28 +07:00
Doron Behar
4273705e8b w3m: split man output 2026-01-23 03:58:29 +02:00
Daudi Wampamba
38b7d078e6 w3m: inline patch due to errors fetching from AUR 2025-12-13 19:28:51 +00:00
Aliaksandr
80f12557f5 treewide: replace "yes" else "no" usages to lib.boolToYesNo 2025-10-21 16:04:34 +03:00
Maximilian Bosch
c05b712c8e Merge: Fix build of different packages with gcc-15 (#434728) 2025-09-03 23:56:34 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤
10cc298857 w3m: 0.5.4 → 0.5.5 2025-08-23 16:55:32 +07:00
Dmitry Bogatov
4e2d61f0a1 w3m: Fix build with gcc=15 2025-08-18 12:50:22 +00:00
·𐑑𐑴𐑕𐑑𐑩𐑤
76d0ab5d74 w3m: use finalAttrs 2025-08-15 10:32:12 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤
e4895c4dff w3m: 0.5.3+git20230121 → 0.5.4
Let us rejoice in the code forge moving away from Microsoft GitHub!
2025-08-15 10:32:12 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤
676cdfae80 w3m: add toastal to maintainers 2025-08-15 10:32:12 +07:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
liberodark
c6729488de treewide: remove with lib Part 4 2025-06-07 00:48:50 +02:00
Peder Bergebakken Sundt
c4f02ff31e treewide: substitute pname for strings 2025-05-29 17:04:28 +02: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
FliegendeWurst
e6443544dc treewide: fix ac_cv_func_setpgrp_void configure flag for BSD 2025-01-28 11:11:42 +01: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
Wolfgang Walther
31706d4a55 treewide: fix sed -ie and friends
GNU sed's man page has this to say about "-i":

  Because -i takes an optional argument, it should not be followed by
  other short options:
  [..]
  sed -iE '...' FILE
    This is equivalent to --in-place=E, creating FILEE as backup of FILE

This means all "-iX" did not have the intended effect X, so we can
instead remove them.
2024-11-17 18:24:54 +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