nixpkgs/pkgs/applications/networking/localproxy
Sergei Trofimovich 33d098809b localproxy: fix gcc-13 build failure
Without the change toe build fails on `master` as
https://hydra.nixos.org/build/246446023:

    In file included from /build/source/src/ProxySettings.cpp:6:
    /build/source/src/ProxySettings.h:24:17: error: 'int32_t' in namespace 'std' does not name a type
       24 |     extern std::int32_t const DEFAULT_TCP_CONNECTION_RETRY_COUNT;
          |                 ^~~~~~~
2024-01-25 19:08:28 +00:00
..
default.nix localproxy: fix gcc-13 build failure 2024-01-25 19:08:28 +00:00