diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-05 10:22:59 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-05 10:22:59 +0000 |
| commit | fff241942046fe5d39fe15421e01b2d826d4386d (patch) | |
| tree | f9ccff6aaab220201198fc2892047ecb5ae949d8 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 340cf4304dfc4b85e4c936ff12f59bc2c2b0bcc2 (diff) | |
ebusd: pull `gcc-13` fix
Without the change `ebusd` fails the build in `staging-next` as
https://hydra.nixos.org/build/245419852:
In file included from /build/source/src/lib/ebus/device.h:24,
from /build/source/src/lib/ebus/device.cpp:23:
/build/source/src/lib/ebus/transport.h:139:32: error: 'uint8_t' does not name a type
139 | virtual result_t write(const uint8_t* data, size_t len) = 0; // abstract
| ^~~~~~~
/build/source/src/lib/ebus/transport.h:27:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
26 | #include "lib/ebus/symbol.h"
+++ |+#include <cstdint>
27 |
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
