From da581f90273cb1ccfedbe18808097bf33b84d63c Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sun, 13 Aug 2023 23:59:34 +0200 Subject: [PATCH] removed locale_archives for macOS. We need to deal with locales though --- R/find_rev.R | 1 - dev/build_envs.Rmd | 1 - 2 files changed, 2 deletions(-) diff --git a/R/find_rev.R b/R/find_rev.R index acd22255..2a8c3750 100644 --- a/R/find_rev.R +++ b/R/find_rev.R @@ -344,7 +344,6 @@ USE_RSTUDIO ]; USE_RSTUDIO}; in mkShell { - LOCALE_ARCHIVE = \"${glibcLocales}/lib/locale/locale-archive\"; buildInputs = [ my-r USE_RSTUDIO my-rstudio diff --git a/dev/build_envs.Rmd b/dev/build_envs.Rmd index ca3049c1..78877c1d 100644 --- a/dev/build_envs.Rmd +++ b/dev/build_envs.Rmd @@ -430,7 +430,6 @@ USE_RSTUDIO ]; USE_RSTUDIO}; in mkShell { - LOCALE_ARCHIVE = \"${glibcLocales}/lib/locale/locale-archive\"; buildInputs = [ my-r USE_RSTUDIO my-rstudio