Commit Graph

22 Commits

Author SHA1 Message Date
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 (#27809)
* 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