Loading pkgs/applications/editors/rstudio/boost-1.86.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/src/cpp/core/json/JsonRpc.cpp b/src/cpp/core/json/JsonRpc.cpp index d034ffecd7..4b08486517 100644 --- a/src/cpp/core/json/JsonRpc.cpp +++ b/src/cpp/core/json/JsonRpc.cpp @@ -193,7 +193,7 @@ bool JsonRpcResponse::hasAfterResponse() const { - return afterResponse_; + return !afterResponse_.empty(); } pkgs/applications/editors/rstudio/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, replaceVars, cmake, boost183, boost, zlib, openssl, R, Loading Loading @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { buildInputs = [ boost183 boost zlib openssl R Loading Loading @@ -131,6 +131,7 @@ stdenv.mkDerivation rec { ./ignore-etc-os-release.patch ./dont-yarn-install.patch ./dont-assume-pandoc-in-quarto.patch ./boost-1.86.patch ]; postPatch = '' Loading Loading
pkgs/applications/editors/rstudio/boost-1.86.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/src/cpp/core/json/JsonRpc.cpp b/src/cpp/core/json/JsonRpc.cpp index d034ffecd7..4b08486517 100644 --- a/src/cpp/core/json/JsonRpc.cpp +++ b/src/cpp/core/json/JsonRpc.cpp @@ -193,7 +193,7 @@ bool JsonRpcResponse::hasAfterResponse() const { - return afterResponse_; + return !afterResponse_.empty(); }
pkgs/applications/editors/rstudio/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, replaceVars, cmake, boost183, boost, zlib, openssl, R, Loading Loading @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { buildInputs = [ boost183 boost zlib openssl R Loading Loading @@ -131,6 +131,7 @@ stdenv.mkDerivation rec { ./ignore-etc-os-release.patch ./dont-yarn-install.patch ./dont-assume-pandoc-in-quarto.patch ./boost-1.86.patch ]; postPatch = '' Loading