summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauermann@kolabnow.com>2021-07-04 21:01:03 -0300
committerLudovic Courtès <ludo@gnu.org>2021-07-21 15:56:29 +0200
commit4b11d85655f08fa84ae72ac39280173247c3bc3f (patch)
tree59c1563757e2d6ff825bd3c20a06a8c950d28769 /gnu
parent35aed80bb6a590f52366d10013e1c15757536127 (diff)
downloadguix-patches-4b11d85655f08fa84ae72ac39280173247c3bc3f.tar
guix-patches-4b11d85655f08fa84ae72ac39280173247c3bc3f.tar.gz
gnu: TeX Live: Update texlive-latex-pdftexcmds
texlive-latex-pdftexcmds moved to a different directory in TeX Live 2021. * gnu/packages/tex.scm (texlive-latex-pdftexcmds): Update hash and paths. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8829cc9a37..5eb1a043aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4520,10 +4520,10 @@ Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.")
(package
(inherit (simple-texlive-package
"texlive-latex-pdftexcmds"
- '("/doc/latex/pdftexcmds/"
- "/tex/latex/pdftexcmds/")
+ '("/doc/generic/pdftexcmds/"
+ "/tex/generic/pdftexcmds/")
(base32
- "0kqav8jri789698wxwr2ww8ssn74fvw3agrv677nz5qyq5zmix8h")
+ "1hph0djbfc8hlwfc41rzlf8l3ccyyvc0n7a0qdrr9881jwd6iv1b")
#:trivial? #t))
(propagated-inputs
`(("texlive-generic-iftex" ,texlive-generic-iftex)