cpp-netlib: unpin boost169
This commit is contained in:
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
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue