diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2023-04-28 13:03:06 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-05-11 22:33:24 +0200 |
commit | 345ec9f33a81baef17c0a34cdfab3dc6fedf31b2 (patch) | |
tree | 48cb96b64021fcb1607c7f241ab0694727eeaf51 /gnu | |
parent | 6a02462ba2623c82eabde5db40d62860c7e305ab (diff) | |
download | guix-345ec9f33a81baef17c0a34cdfab3dc6fedf31b2.tar.gz |
gnu: texlive-xetex: Replace deprecated inputs.
* gnu/packages/tex.scm (texlive-xetex)[propagated-inputs]: Replace deprecated texlive-generic-atbegshi by texlive-atbegshi and deprecated texlive-latex-atveryend by texlive-atveryend. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2011eff281..5974609fbd 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -13511,8 +13511,8 @@ itself may be shipped out to the DVI file.") "1gmgagvsv2qknrjzjk840ca3wging8wfc20rgq7bnhphm9n87m6q") #:trivial? #t)) (propagated-inputs - (list texlive-generic-atbegshi - texlive-latex-atveryend + (list texlive-atbegshi + texlive-atveryend texlive-babel texlive-cm texlive-dvipdfmx |