cpp-netlib: unpin boost169

This commit is contained in:
Weijia Wang 2023-06-05 17:27:36 +03:00
parent 7ff1625d2e
commit af702af352
2 changed files with 4 additions and 3 deletions

View file

@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DCPP-NETLIB_BUILD_SHARED_LIBS=ON"
# fatal error: 'boost/asio/stream_socket_service.hpp' file not found
"-DCPP-NETLIB_BUILD_EXAMPLES=OFF"
"-DCPP-NETLIB_BUILD_TESTS=OFF"
];
# Most tests make network GET requests to various websites

View file

@ -20123,9 +20123,7 @@ with pkgs;
cpp-ipfs-http-client = callPackage ../development/libraries/cpp-ipfs-http-client { };
cpp-netlib = callPackage ../development/libraries/cpp-netlib {
boost = boost169; # fatal error: 'boost/asio/stream_socket_service.hpp' file not found
};
cpp-netlib = callPackage ../development/libraries/cpp-netlib { };
cpp-jwt = callPackage ../development/libraries/cpp-jwt { };