guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]