nixpkgs/pkgs/tools/graphics/mangohud
Sergei Trofimovich d97e83ff6f mangohud: backport gcc-13 fix
Without the change the build fails on `gcc-13` as:

    $ nix build --impure --expr 'with import ./. {}; mangohud.override { stdenv = gcc13Stdenv; }' -L

    mangohud> In file included from ../tests/../src/amdgpu.h:8,
    mangohud>                  from ../tests/test_amdgpu.cpp:9:
    mangohud> ../tests/../src/overlay_params.h:229:21: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'?
    mangohud>   229 |    std::vector<std::uint32_t> fps_limit;
    mangohud>       |                     ^~~~~~~~
    mangohud>       |                     wint_t
2023-08-12 22:21:58 +01:00
..
default.nix mangohud: backport gcc-13 fix 2023-08-12 22:21:58 +01:00
hardcode-dependencies.patch mangohud: 0.6.8 -> 0.6.9 2023-04-14 12:10:15 -04:00
preload-nix-workaround.patch mangohud: 0.6.8 -> 0.6.9 2023-04-14 12:10:15 -04:00