aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-10-29 11:47:05 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-23 10:34:34 +0100
commit40f14e3c665861af396458c1d6540fb3d5f43004 (patch)
tree80e5fe979357e06cfc553cdc5dfd710221fb6a71
parent4c8e7ca01dc39cd0704f1a4a1ba060e75784869b (diff)
downloadguix-40f14e3c665861af396458c1d6540fb3d5f43004.tar
guix-40f14e3c665861af396458c1d6540fb3d5f43004.tar.gz
gnu: Replace texlive-latex-pdfx with texlive-pdfx.
* gnu/packages/tex.scm (texlive-latex-pdfx): Deprecate in favor of... (texlive-pdfx): ...this variable.
-rw-r--r--gnu/packages/tex.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 532c794618..e28c39232f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7139,9 +7139,9 @@ the metadata is stored in an XML file, and this XML stream is then embedded in
the file to which it applies.")
(license license:gpl3+)))
-(define-public texlive-latex-pdfx
+(define-public texlive-pdfx
(let ((template (simple-texlive-package
- "texlive-latex-pdfx"
+ "texlive-pdfx"
(list "/doc/latex/pdfx/"
"/source/latex/pdfx/"
"/tex/latex/pdfx/")
@@ -7176,6 +7176,8 @@ the file to which it applies.")
standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.")
(license license:lppl1.2+))))
+(define-public texlive-latex-pdfx
+ (deprecated-package "texlive-latex-pdfx" texlive-pdfx))
(define-public texlive-ydoc
(let ((template (simple-texlive-package