Commit Graph

18 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
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
f0aab9d21b cockatrice: 2021-02-03-Development-2.8.1-beta -> 2023-09-14-Release-2.9.0 2023-09-18 11:53:19 +00:00
Facteur Pat
d8e7ab02f3
cockatrice: 2.8.0 -> 2.8.1-beta (#116100) 2021-04-06 02:08:23 +02:00
Drew Haven
c18c9e0a36
cockatrice: 2020-08-23-Release-2.7.5 -> 2021-01-26-Release-2.8.0 2021-02-26 09:45:26 -08:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
R. RyanTM
c534410847 cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5 2020-09-04 08:59:50 +00:00
R. RyanTM
f3ac3f0463 cockatrice: 2019-08-31-Release-2.7.2 -> 2020-03-20-Release-2.7.4 2020-03-20 21:32:14 +00:00
Evan Stoll
4b7e4e8b12 cockatrice: add evanjs to maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll
9cc8ca50e9 cockatrice: remove spencerjanssen from maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll
e801159c66 cockatrice: 2017-08-31 -> 2019-08-31
- formatting
- add wrapQtAppsHook
- use fetchFromGitHub instead of fetchurl
- don't construct name manually
- add homepage to meta
- remove repositories.get from meta
- use mkDerivation instead of stdenv.mkDerivation
- add qtwebsockets dependency
2020-02-01 01:09:22 +00:00
Jörg Thalheim
fb81abdc7d cockatrice: add unstable version prefix 2017-03-01 14:03:36 +01:00
Spencer Janssen
b67ce6baf9 cockatrice: 2015-09-24 -> 2017-01-20 2017-03-01 14:03:36 +01:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Spencer Janssen
0ebe4b615e cockatrice: init at 2015-09-24 2015-10-24 17:00:20 -05:00