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:
Ricardo Wurmus 2019-03-01 12:22:09 +01:00
parent 2a0bcbf49a
commit a9cd7b0314
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1706,6 +1706,8 @@ (define-public texlive-latex-oberdiek
(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