mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
25fed6c0ee
Without the change `wesnoth` fails to build against `gcc-13` as: $ nix build --impure --expr 'with import <nixpkgs> {}; wesnoth.override { stdenv = gcc13Stdenv; }' -L In file included from /build/source/src/serialization/base64.cpp:16: /build/source/src/serialization/base64.hpp:23:49: error: 'uint8_t' was not declared in this scope 23 | using byte_string_view = std::basic_string_view<uint8_t>; | ^~~~~~~ /build/source/src/serialization/base64.hpp:20:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 19 | #include <vector> +++ |+#include <cstdint> 20 | |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
common-updater | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
pkgs-lib | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |