File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
pkgs/applications/editors/rstudio Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/src/cpp/core/json/JsonRpc.cpp b/src/cpp/core/json/JsonRpc.cpp
2+ index d034ffecd7..4b08486517 100644
3+ --- a/src/cpp/core/json/JsonRpc.cpp
4+ +++ b/src/cpp/core/json/JsonRpc.cpp
5+ @@ -193,7 +193,7 @@
6+
7+ bool JsonRpcResponse::hasAfterResponse() const
8+ {
9+ - return afterResponse_;
10+ + return !afterResponse_.empty();
11+ }
12+
13+
Original file line number Diff line number Diff line change 55 fetchFromGitHub ,
66 replaceVars ,
77 cmake ,
8- boost183 ,
8+ boost ,
99 zlib ,
1010 openssl ,
1111 R ,
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
8585
8686 buildInputs =
8787 [
88- boost183
88+ boost
8989 zlib
9090 openssl
9191 R
@@ -131,6 +131,7 @@ stdenv.mkDerivation rec {
131131 ./ignore-etc-os-release.patch
132132 ./dont-yarn-install.patch
133133 ./dont-assume-pandoc-in-quarto.patch
134+ ./boost-1.86.patch
134135 ] ;
135136
136137 postPatch = ''
You can’t perform that action at this time.
0 commit comments