mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
55e4f1fea4
Without the change build fails on `gcc-13` as: $ nix build --impure --expr 'with import ./. {}; cm256cc.override { stdenv = gcc13Stdenv; }' -L ... /build/source/unit_test/data.h:37:9: error: 'uint16_t' does not name a type 37 | uint16_t i; | ^~~~~~~~ /build/source/unit_test/data.h:33:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 32 | #include <string.h> +++ |+#include <cstdint> |
||
---|---|---|
.. | ||
default.nix |