diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 13:06:55 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 20:07:50 +0200 |
commit | 38c53c3ef4565dae8a9561538252761ecc723ca0 (patch) | |
tree | 80ea7e014beef9eda37859e8d041af996c8dcf1d /gnu | |
parent | 7b58f14445dad23b7208ccf4fa7b9dd37fd24271 (diff) |
gnu: r-with-tests: Don't use deprecated texlive-latex-tools.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-latex-tools with texlive-tools.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 3c5dc15bb7..8d4f84208c 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -385,7 +385,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\ texlive-graphics texlive-hyperref texlive-oberdiek - texlive-latex-tools + texlive-tools texlive-latex-upquote texlive-url texlive-latex-xkeyval)) |