summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-08-06 20:04:14 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-08-06 20:07:53 +0100
commit25fed6c0eeb90db78af32ffb819d083e0b5b0af6 (patch)
treecb6eb582a3b65aa2e15170a6a2c1d926226463a5 /pkgs/development/python-modules/rangehttpserver
parent4b68f2cde57decc57a539778b37d0dffd81af068 (diff)
wesnoth: backport gcc-13 fix
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 |
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions