summaryrefslogtreecommitdiffstats
path: root/development/rstudio-desktop/pandoc_version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/rstudio-desktop/pandoc_version.patch')
-rw-r--r--development/rstudio-desktop/pandoc_version.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/development/rstudio-desktop/pandoc_version.patch b/development/rstudio-desktop/pandoc_version.patch
deleted file mode 100644
index 8887b53465..0000000000
--- a/development/rstudio-desktop/pandoc_version.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This patch was taken from the Arch Linux AUR:
-https://aur.archlinux.org/cgit/aur.git/tree/pandoc_version.patch?h=rstudio-desktop
-diff -ur a/CMakeGlobals.txt b/CMakeGlobals.txt
---- a/CMakeGlobals.txt 2022-03-18 10:10:38.000000000 +1300
-+++ b/CMakeGlobals.txt 2022-04-28 10:46:17.695649880 +1200
-@@ -214,7 +214,7 @@
- endif()
-
- # pandoc version
--set(PANDOC_VERSION "2.16.2" CACHE INTERNAL "Pandoc version")
-+set(PANDOC_VERSION "current" CACHE INTERNAL "Pandoc version")
-
- # quarto support
- if(LINUX AND UNAME_M STREQUAL aarch64)