Commit Graph

19 Commits

Author SHA1 Message Date
Ben Siraphob
062d2b697e pkgs: fix typos in applications, data, desktops, games and misc
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
phaer
978931902c maintainers: drop abbradar
Listed as maintainer for ~170 packages but last commit that made it to
master was 6786ceb in February 2022.

Unresponsive on PRs, such as i.e. #411522
2025-08-22 09:49:27 +02:00
Martin Häcker
054514a563 quake3: Update resolution guidance
The smaller resolutions do not seem to work anymore (on macos at least).
Here the smaller resolution still leave black bars behind.
2025-06-07 16:26:57 +02:00
‮rekcäH nitraM‮
a9466cb9d6 quake3-hires: better attribution
I had communication from the upstream project that clarified where some
of the paks he provides came from. Mostly they are custom repacks of
him, which means it's correct to get them from his repo.
2025-06-07 16:26:57 +02:00
‮rekcäH nitraM‮
a5b5293bef quake3-hires: Better way to download github sources
Before github would randomly change somethign about the files making
their checksums invalid. This should work better.
2025-06-07 16:26:57 +02:00
‮rekcäH nitraM‮
dd50a04913 quake3-hires: switch from deprecated sha256 attribute 2025-06-07 16:26:57 +02:00
‮rekcäH nitraM‮
f59281f1c7 quake3-arena: add full game with dependency on externally provided pak0.pk3 2025-06-07 16:26:56 +02:00
‮rekcäH nitraM‮
1824b615d1 quake3: Inherit wrapper attributes from ioquake3 and the used pak file
This makes it much shorter to use, as the first set of pak files can
provide the description, and the used ioquake3 can provide the supported
platforms.
2025-06-06 16:36:08 +02:00
‮rekcäH nitraM‮
ff0ec8e6a1 quake3-hires: annotate version to note that this is an unstable version
Basically, we use the tip of the tree as upstream has not done propper
releases in a long time.
2025-06-06 16:36:08 +02:00
‮rekcäH nitraM‮
11b1c3aec5 quake3-hires: switch from rec to fixpoint 2025-06-06 16:36:07 +02:00
‮rekcäH nitraM‮
1fad2b71e8 quake3-hires: Add more high resolution enhancements for quake
Also build a derivation that packs it all together
2025-06-06 16:36:07 +02:00
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
Roman Volosatovs
cef94edcf8 quake3hires: init at 2020-01-20 2021-01-18 17:12:16 +01: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
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Nikolay Amiantov
6b447a3c9b quake3demodata: split from point release, cleanup 2016-01-14 14:41:33 +03:00
Nikolay Amiantov
2852696c2e quake3pointrelease: init at 1.32b-3 2016-01-14 14:41:33 +03:00