Commit Graph

5 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
Philip Taron
308bb1462b
lv2lint: fix build and update to libelf (#292904)
* lv2lint: fix build and switch to elfutils

1. The homepage and source had rotted. Update to the new ones, and use `fetchFromSourcehut`.
2. The package didn't (and to the best of my trying, won't) build on Darwin, so mark it as `platforms = platforms.linux;`
3. The appropriate Meson flags for turning on the possible lint tests weren't set. Set them and enable the features if possible.
4. Switch from using unmaintained `libelf` to `elfutils`.
2024-03-04 03:54:47 -05:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
f5a4d9be8d lv2lint: 0.14.0 -> 0.16.2 2022-07-31 21:33:59 +00:00
Bart Brouns
3de1c0516f open-music-kontrollers: init 2022-03-19 11:12:08 +01:00