diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-01 12:21:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-01 12:55:34 +0100 |
commit | 2a0bcbf49a9b13b63da268bf9b83fafc6b033620 (patch) | |
tree | 2c2f810e8ca09a312740a4093614e85fee225a66 /gnu/packages/tex.scm | |
parent | 7d141788b1f62aef31bc495eb40ab9f9e61ee3d2 (diff) | |
download | patches-2a0bcbf49a9b13b63da268bf9b83fafc6b033620.tar patches-2a0bcbf49a9b13b63da268bf9b83fafc6b033620.tar.gz |
gnu: texlive-latex-hyperref: Add missing inputs.
* gnu/packages/tex.scm (texlive-latex-hyperref)[propagated-inputs]: Add
texlive-latex-oberdiek and texlive-latex-url.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5f294dc84c..334d8fd188 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1667,6 +1667,9 @@ tables.") "1d3rmjgzh0025a1dza55zb6nzzlgd1y9snwx45wq1c1vf42m79h2")))) (build-system texlive-build-system) (arguments '(#:tex-directory "latex/hyperref")) + (propagated-inputs + `(("texlive-latex-oberdiek" ,texlive-latex-oberdiek) ; for ltxcmds.sty + ("texlive-latex-url" ,texlive-latex-url))) (home-page "https://www.ctan.org/pkg/hyperref") (synopsis "Extensive support for hypertext in LaTeX") (description |