nixpkgs/pkgs/applications/blockchains/litecoin
Sergei Trofimovich 964b613a0d litecoin: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249019697:

    support/lockedpool.cpp: In member function 'void Arena::free(void*)':
    support/lockedpool.cpp:102:20: error: 'runtime_error' is not a member of 'std'
      102 |         throw std::runtime_error("Arena: invalid or double free");
          |                    ^~~~~~~~~~~~~
2024-02-18 23:00:26 +00:00
..
default.nix litecoin: fix gcc-13 build failure 2024-02-18 23:00:26 +00:00