about summary refs log tree commit diff
path: root/pkgs/applications/editors/rstudio/pandoc-nix-path.patch
blob: a2b9bbd9f02bb5d3244034a507415f37969b0ffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/cpp/session/include/session/SessionConstants.hpp
+++ b/src/cpp/session/include/session/SessionConstants.hpp
@@ -140,7 +140,7 @@
 #ifdef QUARTO_ENABLED
 # define kDefaultPandocPath        "bin/quarto/bin"
 #else
-# define kDefaultPandocPath        "bin/pandoc"
+# define kDefaultPandocPath        "@pandoc@"
 #endif
 
 #define kDefaultQuartoPath         "bin/quarto"