diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-10-15 18:25:11 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-10-15 18:25:11 +0100 |
| commit | 945337f01fbb7512703ac89e97c3128735a7a14c (patch) | |
| tree | 9ffb03c8a4b9291d4fb25936f2157d835ef642e2 /pkgs/development/python-modules/rangehttpserver | |
| parent | d4e6749f94e6f3f63b98d328e2d3152a11a1903e (diff) | |
nxpmicro-mfgtools: pull upstream fix for gcc-13
Without the change build against gcc-13 fails as:
$ nix build --impure --expr 'with import ./. {}; nxpmicro-mfgtools.override { stdenv = gcc13Stdenv; }'
error: builder for '/nix/store/rx3ckzd1z975b3jnx24q53h8mc1a6y4v-nxpmicro-mfgtools-1.5.21.drv' failed with exit code 2;
last 10 log lines:
> | ^~~~~~~~
> /build/source/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
> /build/source/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
> 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
> | ^~~~~~~~
> /build/source/libuuu/libcomm.h:147:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
