2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-17 10:24:07 +00:00
Commit Graph

27 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
Morgan Jones
8abfb83a31
armagetronad: use libxml2 with HTTP support 2024-07-30 11:32:34 -07:00
Morgan Jones
105bb49c4b
armagetronad: add passthru.tests 2024-07-30 11:32:13 -07:00
Morgan Jones
204cb87e31
armagetronad: fix installCheckPhase on hydra 2024-07-30 11:32:13 -07: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
Morgan Jones
f744631376
armagetronad."0.4": fix installCheckPhase requiring an X server 2024-03-20 20:12:32 -07:00
Morgan Jones
24c913ddeb
armagetronad: 0.2.9.1.1 -> 0.2.9.2.3 2024-03-20 19:46:04 -07:00
Morgan Jones
6df05dd279
armagetronad.*: no graphical deps in buildInputs for dedicated servers 2024-03-20 19:29:05 -07: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
Felix Buehler
c6a79c0b35 armagetronad: fix desktop icon 2024-01-29 20:27:25 +01:00
Peder Bergebakken Sundt
815143af0f treewide: use lib.splitVersion 2023-12-07 07:18:41 +01:00
Morgan Jones
6f41e0b9af
armagetronad: reproducible build by setting version 2023-11-05 13:34:58 -08:00
Morgan Jones
f5803331cf
armagetronad: 0.2.9.1.0 -> 0.2.9.1.1 + passthrus for other versions
Support the following passthrus for more obscure game server setups:

- `armagetronad."0.2.9-sty+ct+ap"[.dedicated]`
- `armagetronad."0.4"[.dedicated]`
2023-11-05 12:29:49 -08:00
Morgan Jones
f3e8b9c6bf armagetronad: 0.2.8.3.5 -> 0.2.9.1.0 2021-02-03 00:22:55 -07: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
Pavol Rusnak
e3bdd6fc0f
armagetronad: 0.2.8.3.4 -> 0.2.8.3.5 2020-04-03 22:01:42 +02:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Will Dietz
c7399423d7 armagetronad: enable parallel building 2018-02-13 09:44:49 -06:00
Will Dietz
438a5c7f98 armagetronad: 0.2.8.3.3 -> 0.2.8.3.4 2017-08-29 13:57:22 -05:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute ()
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
a07a5a1931 armagetronad: fix build 2016-08-22 06:30:01 +03:00
Domen Kožar
2d02727383 fix eval 2015-11-02 15:33:32 +01:00
leenaars
cddbb0fa47 Added Linux as confirmed platform 2015-11-02 15:29:16 +01:00
Michiel Leenaars
d4f643c845 Armagetronad: init at version 0.2.8.3.3 2015-10-31 00:34:20 +01:00