nixpkgs/pkgs/development/libraries/cm256cc
Sergei Trofimovich 55e4f1fea4 cm256cc: pull fix pending upstream inclusion for gcc-13
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>
2023-08-20 12:34:54 +01:00
..
default.nix cm256cc: pull fix pending upstream inclusion for gcc-13 2023-08-20 12:34:54 +01:00