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.
This commit is contained in:
Efraim Flashner 2023-01-30 13:06:55 +02:00
parent 7b58f14445
commit 38c53c3ef4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -385,7 +385,7 @@ (define r-with-tests
texlive-graphics
texlive-hyperref
texlive-oberdiek
texlive-latex-tools
texlive-tools
texlive-latex-upquote
texlive-url
texlive-latex-xkeyval))