diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-13 20:43:54 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:38 +0700 |
commit | b34d781e50d651f959763a2193ebb5b410a6ba04 (patch) | |
tree | f6ac2b68f20d73bc418def6993af7802550c2122 /development/rstudio-desktop | |
parent | 24887425427815e7d80bf79b640b38cb543d7d64 (diff) |
development/rstudio-desktop: Use zulu-openjdk8.
openjdk8 does not currently build successfully on 15.0, so switch
this to zulu-openjdk8 so it is actually buildable.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rstudio-desktop')
-rw-r--r-- | development/rstudio-desktop/rstudio-desktop.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/rstudio-desktop/rstudio-desktop.info b/development/rstudio-desktop/rstudio-desktop.info index 3ab548549acb..1ca956720285 100644 --- a/development/rstudio-desktop/rstudio-desktop.info +++ b/development/rstudio-desktop/rstudio-desktop.info @@ -9,6 +9,6 @@ DOWNLOAD_x86_64="https://github.com/rstudio/rstudio/archive/refs/tags/v2022.02.1 MD5SUM_x86_64="5ed749937d2413784418c9a87e398c21 \ c295406d68c5ef364e445068599aa6d4 \ 3cd3b18e1412067aabd2e1b23b93106e" -REQUIRES="R pandoc-bin yaml-cpp hunspell-en yarn openjdk8 mathjax2 soci" +REQUIRES="R pandoc-bin yaml-cpp hunspell-en yarn apache-ant zulu-openjdk8 mathjax2 soci" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |