Commit Graph

10 Commits

Author SHA1 Message Date
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
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Samuel Dionne-Riel
b5b598e0a9 applications/plasma-mobile: Drop samueldr as maintainer 2024-06-20 20:42:52 -04:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Samuel Dionne-Riel
873f33ef25 plasma-dialer: Add dependency on kirigami-addons 2022-11-30 22:28:28 -05:00
Samuel Dionne-Riel
139173a984 plasma-dialer: Disable overlay support
See:

 - https://invent.kde.org/plasma-mobile/plasma-dialer/-/issues/66
 - 3a91964828

When Plasma Gear 22.09 was released, KWin 5.26 wasn't released yet.

The linked commit was not part of Gear 22.09.
2022-10-14 15:44:16 -04:00
Samuel Dionne-Riel
67074445e8 plasma-dialer: Fixes for 22.09
51e565a505
2022-10-14 15:44:16 -04:00
Robert Schütz
1550635eaa libsForQt5.plasmaMobileGear: 21.12 -> 22.04
https://plasma-mobile.org/2022/02/09/plasma-mobile-gear-22-02/
https://plasma-mobile.org/2022/04/26/plasma-mobile-gear-22-04/
2022-05-17 11:23:35 -07:00
Robert Schütz
1e2983dab5 libsForQt5.plasmaMobileGear: 21.08 -> 21.12
https://plasma-mobile.org/2021/12/07/plasma-mobile-gear-21-12/
2022-05-17 11:23:35 -07:00
Samuel Dionne-Riel
211cba432a plasma-dialer: init at 21.05 2021-10-05 23:21:45 -04:00