mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
eaebf2363a
Without the change downstream projects like `kodi` fail to build on `gcc-13` as: [ 6%] Building CXX object build/events/windows/CMakeFiles/events_windows.dir/GUIViewStateEventLog.cpp.o In file included from /build/source/xbmc/windowing/wayland/Connection.h:13, from /build/source/xbmc/windowing/wayland/Connection.cpp:9: /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client.hpp:167:73: error: 'std::uint32_t' has not been declared 167 | const std::vector<detail::argument_t>& args, std::uint32_t version = 0); | ^~~ In file included from /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client.hpp:768: /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client-protocol.hpp:169:25: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 169 | static constexpr std::uint32_t bind_since_version = 1; | ^~~~~~~~ | wint_t |
||
---|---|---|
.. | ||
default.nix |