[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: r-with-tests: Don't use deprecated texlive-latex-tools.
From: |
guix-commits |
Subject: |
08/10: gnu: r-with-tests: Don't use deprecated texlive-latex-tools. |
Date: |
Mon, 30 Jan 2023 13:10:32 -0500 (EST) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 38c53c3ef4565dae8a9561538252761ecc723ca0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 30 13:06:55 2023 +0200
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.
---
gnu/packages/statistics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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))
- branch core-updates updated (edb8c09add -> a59936e10a), guix-commits, 2023/01/30
- 01/10: Merge remote-tracking branch 'origin/master' into core-updates, guix-commits, 2023/01/30
- 02/10: Revert "gnu: Remove rust-test-generator-0.3.", guix-commits, 2023/01/30
- 03/10: Revert "gnu: Remove rust-yeslogic-fontconfig-sys-2.", guix-commits, 2023/01/30
- 04/10: gnu: guile-3.0: Update to 3.0.9., guix-commits, 2023/01/30
- 07/10: gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb., guix-commits, 2023/01/30
- 06/10: gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr., guix-commits, 2023/01/30
- 08/10: gnu: r-with-tests: Don't use deprecated texlive-latex-tools.,
guix-commits <=
- 05/10: gnu: texlive-graphics: Use over deprecated texlive-latex-graphics., guix-commits, 2023/01/30
- 09/10: gnu: Add llvm-for-mesa., guix-commits, 2023/01/30
- 10/10: gnu: mesa: Use llvm-for-mesa., guix-commits, 2023/01/30