nixpkgs/pkgs
Sergei Trofimovich 25fed6c0ee 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 |
2023-08-06 20:07:53 +01:00
..
applications Merge pull request #247532 from jumper149/jumper149-patch-mda-lv2 2023-08-06 12:51:00 -05:00
build-support Merge pull request #247501 from oxij/fix/fetchrepoproject 2023-08-06 16:32:48 +02:00
common-updater
data Merge pull request #246787 from jopejoe1/notofonts 2023-08-06 14:02:09 +02:00
desktops Merge pull request #247322 from bobby285271/upd/cinnamon 2023-08-05 20:00:16 +08:00
development Merge pull request #244537 from bcdarwin/pyradiomics 2023-08-06 12:48:44 -05:00
games wesnoth: backport gcc-13 fix 2023-08-06 20:07:53 +01:00
misc Merge pull request #247084 from gaelreyrol/moonfire-nvr-0.7.7 2023-08-05 14:01:27 -05:00
os-specific Merge pull request #245846 from emilytrau/minimal-findutils 2023-08-06 11:52:11 -04:00
pkgs-lib
servers Merge pull request #247356 from r-ryantm/auto-update/adguardhome 2023-08-06 19:41:57 +02:00
shells carapace: 0.25.3 -> 0.26.0 2023-08-06 00:35:57 +00:00
stdenv treewide: fix some comments (#247365) 2023-08-05 23:01:26 +02:00
test
tools Merge pull request #247455 from r-ryantm/auto-update/opentelemetry-collector 2023-08-06 19:41:31 +02:00
top-level Merge pull request #244537 from bcdarwin/pyradiomics 2023-08-06 12:48:44 -05:00