Commit Graph

22 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
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
OPNA2608
362aba4b17 openxray: Drop freeimage
Doesn't seem to be required anymore
2024-01-14 20:36:42 +01:00
OPNA2608
47c638264b openxray: Simplify wrapping 2024-01-14 19:51:17 +01:00
OPNA2608
f853628ae5 openxray: 2088-august-2023-rc1 -> 2188-november-2023-rc1, add passthru.updateScript 2024-01-14 19:51:17 +01:00
OPNA2608
60c8b2e233 openxray: Enable on Darwin 2024-01-14 19:51:17 +01:00
OPNA2608
1fb2556e99 openxray: 1747-january-2023-rc3 -> 2088-august-2023-rc1 2024-01-14 19:51:17 +01:00
OPNA2608
6605c0dad8 openxray: 1144-december-2021-rc1 -> 1747-january-2023-rc3 2024-01-14 19:51:17 +01:00
OPNA2608
6835479544 openxray: Remove multiplayer option, fix license URL
Multiplayer code was never ported to Linux and crashes even with the vendored cryptopp.
Upstream suggested that we should just remove it.
2022-07-30 01:31:37 +02:00
OPNA2608
51b24b0bf0 openxray: 822-december-preview -> 1144-december-2021-rc1 2022-05-12 19:34:54 +02:00
OPNA2608
fc2e0709f0 openxray: 784-october-preview -> 822-december-preview 2021-05-17 20:21:04 -07:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Xottab_DUTY
3414ae7dfc openxray: update package description
To correspond the current project description.
2020-12-12 20:17:37 +03:00
gnidorah
f7029d628b openxray: replace fix with proper patch
for glibc 2.32 compatibility
2020-11-29 12:47:58 +03:00
gnidorah
c2bd0a4871 openxray: 730-july-preview -> 784-october-preview 2020-11-04 11:32:01 +01:00
gnidorah
2c6de0b9ab openxray: fix build w/glibc-2.32 2020-10-21 11:00:51 +03:00
gnidorah
b41f79fe84 openxray: 558 -> 730 2020-08-06 08:58:45 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gnidorah
c67d3f1a87 openxray: make it work again after #72199 2019-11-24 16:10:28 +01:00
gnidorah
0f68bf333c openxray: 510 -> 558 2019-11-04 08:54:02 -08:00
gnidorah
84c09b109e openxray: init at 510 2019-10-13 16:09:20 +02:00