mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
1c492480ff
commit
00a7af0eea
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue