Commit Graph

13 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
Laurent Meunier
77009d21ed opentrack: add wine output support 2024-10-23 12:43:28 +02:00
Laurent Meunier
cc65309004 opentrack: use hash instead of sha256 2024-10-23 12:43:28 +02:00
Laurent Meunier
988622f746 opentrack: use fetchpatch 2024-10-23 12:43:28 +02:00
Laurent Meunier
3fb7bd4a3b opentrack: fix X-Plane SDK URL 2024-10-23 12:43:28 +02:00
Francesco Zanini
97b142821a opentrack: 2022.3.0 -> 2023.3.0 2024-10-23 12:43:28 +02: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
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Thiago Kenji Okada
ea91c637fb opentrack: remove -march=native 2022-11-24 14:56:55 +00:00
Francesco Zanini
f38a47d64a opentrack: 2.1.3 → 2022.3.0
Fixes #185520
2022-08-09 22:16:26 +02:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Francesco Zanini
3eb8ad2278 opentrack: init at 2.3.13 2021-05-22 09:09:56 +02:00