diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-06-03 11:18:03 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-06-03 11:18:03 +0200 |
commit | 13b737f132b16bf26793ae05fc0d1f2f7180b25d (patch) | |
tree | 0114e76da394f82264296aac47795d320f437fac | |
parent | f6a979860c4550e35b595d3ecdfc5be490c40836 (diff) |
gnu: r-with-tests: Use patched texlive-amsfonts.
See commit 75af43162e58a0b3fdc804963809ecb801fb81b7.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-amsfonts with texlive-amsfonts/patched.
-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 a6c9c9d558..1292ac6898 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -340,7 +340,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\ ("texlive" ,(texlive-union (list texlive-ae texlive-inconsolata texlive-fonts-ec - texlive-amsfonts + texlive-amsfonts/patched texlive-latex-base texlive-latex-fancyvrb texlive-latex-graphics |