gnu: texlive-latex-oberdiek: Add ifxetex to inputs.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[propagated-inputs]: Add texlive-generic-ifxetex.
This commit is contained in:
parent
2a0bcbf49a
commit
a9cd7b0314
|
@ -1706,6 +1706,8 @@ pdf and HTML backends. The package is distributed with the @code{backref} and
|
||||||
(substitute* "oberdiek.ins"
|
(substitute* "oberdiek.ins"
|
||||||
(("ifpdf.ins") "ifpdf.dtx"))
|
(("ifpdf.ins") "ifpdf.dtx"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("texlive-generic-ifxetex" ,texlive-generic-ifxetex)))
|
||||||
(home-page "https://www.ctan.org/pkg/oberdiek")
|
(home-page "https://www.ctan.org/pkg/oberdiek")
|
||||||
(synopsis "Bundle of packages submitted by Heiko Oberdiek")
|
(synopsis "Bundle of packages submitted by Heiko Oberdiek")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue