gnu: texlive-latex-oberdiek: Add ifxetex to inputs.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 1 Mar 2019 11:22:09 +0000 (12:22 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Fri, 1 Mar 2019 11:55:34 +0000 (12:55 +0100)
* gnu/packages/tex.scm (texlive-latex-oberdiek)[propagated-inputs]: Add
texlive-generic-ifxetex.

gnu/packages/tex.scm

index 334d8fd..f9f4239 100644 (file)
@@ -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