nixpkgs currently mixes sgtpuzzles/sgt-puzzles across filenames,
packages, tests.
This inconsistency is frequently annoying.
Let's unify on "sgt-puzzles", on the basis that:
* "sgt-puzzles" is the package filename.
* Alpine/FreeBSD/Debian use "sgt-puzzles". No other distro uses
"sgtpuzzles". https://repology.org/project/sgt-puzzles/versions
Among other things fixes build failure against gcc-13:
$ nix build --impure --expr 'with import ./. {}; gzdoom.override { stdenv = gcc13Stdenv; }' -L
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h: In function 'void VmaUint32ToStr(char*, size_t, uint32_t)':
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2410:9: error: 'snprintf' was not declared in this scope
gzdoom> 2410 | snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
gzdoom> | ^~~~~~~~
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2262:1: note: 'snprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
Changes: https://github.com/ZDoom/gzdoom/releases/tag/g4.11.0
Updates Blightmud from v5.2.0 to v5.3.0. Requires adding one additional
ignored test that fails in the isolated Nix build environment.
See the upstream release notes [0] for more information.
[0]: https://github.com/Blightmud/Blightmud/releases/tag/v5.3.0
- move working dir from `.atlauncher` to `.local/share/ATLauncher`
- remove steam-run as a dependency
- fix no-launcher-update not working when launching from CLI
This commit upgrades the osu-lazer-bin package from version 2023.914.0
to 2023.924.1. The changelog and release notes for this upgrade can be
viewed here:
https://github.com/ppy/osu/releases/tag/2023.924.1
Revert "osu-lazer-bin: 2023.914.0 -> 2023.924.1"
This reverts commit ee5c11cfb9ea235f569d68c370ccde12146d21d0.
osu-lazer-bin: 2023.914.0 -> 2023.924.1
This commit updates osu-lazer-bin from 2023.914.0 to 2023.924.1. The
changelog can be seen here:
https://github.com/ppy/osu/releases/tag/2023.924.1