rstudio: fix build

Boost 1.87 deprecated io_service and breaks the build.
Pin boost to 1.86 as a workaround.
This commit is contained in:
James Atkins
2025-01-26 17:34:36 -06:00
parent 479d878615
commit 5d57a90e2a
@@ -5,7 +5,7 @@
fetchFromGitHub,
replaceVars,
cmake,
boost,
boost186,
zlib,
openssl,
R,
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
buildInputs =
[
boost
boost186
zlib
openssl
R