gnu: texlive-latex-geometry: Add missing input.

* gnu/packages/tex.scm (texlive-latex-geometry)[propagated-inputs]: Add
texlive-latex-oberdiek.
This commit is contained in:
Ricardo Wurmus 2019-03-01 17:02:01 +01:00
parent 1c492480ff
commit 00a7af0eea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3101,6 +3101,8 @@ (define-public texlive-latex-geometry
"0yw6bjfgsli3s1dldsgb7mkr7lnk329cgdjbgs8z2xn59pmmdsn4"))))
(build-system texlive-build-system)
(arguments '(#:tex-directory "latex/geometry"))
(propagated-inputs
`(("texlive-latex-oberdiek" ,texlive-latex-oberdiek))) ;for ifpdf
(home-page "https://www.ctan.org/pkg/geometry")
(synopsis "Flexible and complete interface to document dimensions")
(description