From 5d57a90e2abf555de084876009bffba7dc40f0f2 Mon Sep 17 00:00:00 2001 From: James Atkins Date: Sun, 26 Jan 2025 17:34:36 -0600 Subject: [PATCH] rstudio: fix build Boost 1.87 deprecated io_service and breaks the build. Pin boost to 1.86 as a workaround. --- pkgs/applications/editors/rstudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix index 4df8046de30f..858a38cf5ee7 100644 --- a/pkgs/applications/editors/rstudio/default.nix +++ b/pkgs/applications/editors/rstudio/default.nix @@ -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