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
@@ -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