diff options
author | Thiago Jung Bauermann <bauermann@kolabnow.com> | 2021-07-29 23:26:28 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-08-03 18:18:45 +0200 |
commit | 2b6bf23c607705abe88d6874303c2fea05bceb63 (patch) | |
tree | b479428ecd039ba7ed34275e49651f8ca1499400 /gnu/packages/statistics.scm | |
parent | 5e4cdb5b3b1da71788d659941bf31756b1adb45a (diff) | |
download | guix-2b6bf23c607705abe88d6874303c2fea05bceb63.tar.gz |
gnu: texlive-latex-base: Propagate ‘texlive-latex-l3backend’
Some packages need files from ‘texlive-latex-l3backend’ – which is a supporting package of LaTeX3 – so propagate it from ‘texlive-latex-base’. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove ‘texlive-latex-l3backend’ from the texlive union. * gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add ‘texlive-latex-l3backend’. (texlive-latex-xkeyval)[native-inputs]: Remove ‘texlive-latex-l3backend’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index b95a8d0b04..8b43fbaa38 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -349,7 +349,6 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\ texlive-latex-fancyvrb texlive-latex-graphics texlive-latex-hyperref - texlive-latex-l3backend texlive-latex-oberdiek texlive-latex-tools texlive-latex-upquote |