nixpkgs/pkgs/os-specific/linux/sgx
Sergei Trofimovich 9687bedc4c sgx-azure-dcap-client: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/247706272:

    local_cache.cpp: In function 'void throw_if(bool, const std::string&)':
    local_cache.cpp:40:20: error: 'runtime_error' is not a member of 'std'
       40 |         throw std::runtime_error(error);
          |                    ^~~~~~~~~~~~~
    local_cache.cpp:17:1: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
       16 | #include <sys/file.h>
      +++ |+#include <stdexcept>
       17 | #include <sys/stat.h>
2024-02-11 17:19:57 +00:00
..
azure-dcap-client sgx-azure-dcap-client: fix gcc-13 build failure 2024-02-11 17:19:57 +00:00
psw sgx-psw: more robust stripping w/o touching enclaves 2023-12-21 13:25:51 +01:00
samples sgx-sdk: 2.16 -> 2.21 2023-12-21 13:25:50 +01:00
sdk sgx-sdk/ipp-crypto: 2021.7 -> 2021.9.0 2023-12-21 13:25:51 +01:00
ssl sgx-ssl: 1.1.1l -> 1.1.1u 2023-12-21 13:25:50 +01:00