Commit Graph

6 Commits

Author SHA1 Message Date
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
Manuel Frischknecht
b3d48a4f32 crossfire-server: fix build due to missing cstdint include
GCC 13 stopped including `cstdint` (and other headers) transitively
in most scenarios, causing build failures in programs that relied
on that behavior.

This change adds a missing `cstdint` include via patch to the
`crossfire-server` source, fixing such a build failure.
2024-01-26 23:20:49 +00:00
wnklmnn
3c6423d321
crossfire-server: Use python39 instead of python3 (#232282)
Apperently the parser used by crossfire was remove in python 3.10.

https://bugs.python.org/issue40939
2023-05-19 02:33:35 +02:00
Sandro Jäckel
b1950abfc1
crossfire: fix version parsing for nix-env 2022-05-04 19:15:52 +02:00
B. Kelly
2e4e939240 crossfire-client: init at 1.75.0
The client is still getting official releases on a fairly frequent basis, so
this package tracks those rather than SVN head.
2021-08-27 21:55:04 -04:00
B. Kelly
5e65827139 crossfire-server: init at r22111
This adds the Crossfire server package and the corresponding data packages
(maps and archetypes).

Note that this tracks a recent SVN commit; the latest official release is
many years old and no longer widely used (or supported).
2021-08-27 21:54:36 -04:00