nixpkgs/pkgs/by-name/mo/modern-cpp-kafka
Sergei Trofimovich f766f10607 modern-cpp-kafka: fix gcc-13 build failure
Without the change build fails as
https://hydra.nixos.org/build/247616582:

    In file included from /build/source/tests/unit/TestKafkaMetrics.cc:1:
    /build/source/include/kafka/addons/KafkaMetrics.h:46:22: error: 'int64_t' is not a member of 'std'; did you mean 'int64_t'?
       46 |     ResultsType<std::int64_t> getInt(const KeysType& keys) const { return get<std::int64_t>(keys); }
          |                      ^~~~~~~
2024-02-10 11:51:49 +00:00
..
package.nix