about summary refs log tree commit diff
path: root/pkgs/games/lzwolf
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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-01-24lzwolf: fix the build against `gcc-13`Sergei Trofimovich1-0/+11
Without the change build fails against `gcc-13` on `master` as https://hydra.nixos.org/build/246520454: In file included from /build/source/src/actor.h:40, from /build/source/src/g_blake/a_smartanim.cpp:36: /build/source/src/gamemap.h:255:64: error: 'std::uint16_t' has not been declared 255 | void OperateConcession(std::uint16_t concession); | ^~~~~~~~
2023-09-08treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildTypeSandro Jäckel1-1/+0
2023-04-14lzwolf: fix build on SDL2_net-2.2Sergei Trofimovich1-8/+25
Without the change build fails as: /build/source/src/wl_net.h:38:10: fatal error: SDL_net.h: No such file or directory 38 | #include <SDL_net.h> | ^~~~~~~~~~~ compilation terminated.
2023-02-28lzwolf: pin SDL2_mixer to 2.0.xsuperherointj1-0/+2
2022-01-23lzwolf: init at unstable-2022-01-04tgunnoe1-0/+44