summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-03-01 12:22:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-03-01 12:55:34 +0100
commita9cd7b031439329a2d99dd30d9e2c89f9fc80b63 (patch)
treeaf3434d87d9f9641782af07ec9a323460e031d24 /gnu/packages/tex.scm
parent2a0bcbf49a9b13b63da268bf9b83fafc6b033620 (diff)
gnu: texlive-latex-oberdiek: Add ifxetex to inputs.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[propagated-inputs]: Add texlive-generic-ifxetex.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 334d8fd188..f9f4239627 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1706,6 +1706,8 @@ pdf and HTML backends. The package is distributed with the @code{backref} and
(substitute* "oberdiek.ins"
(("ifpdf.ins") "ifpdf.dtx"))
#t)))))
+ (propagated-inputs
+ `(("texlive-generic-ifxetex" ,texlive-generic-ifxetex)))
(home-page "https://www.ctan.org/pkg/oberdiek")
(synopsis "Bundle of packages submitted by Heiko Oberdiek")
(description